azdavis / nawa

a rope data structure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nawa

A simple implementation of a generic rope data structure.

"Simple" means there is no effort made to balance the internal binary trees, so performance will probably suffer accordingly for pathological workloads.

"Generic" means it contain any element type, not just characters as is conventional for string ropes.

About

a rope data structure


Languages

Language:Rust 100.0%