- Notifications
You must be signed in to change notification settings - Fork5
Ramarren/ropes
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Ropes datastructure implemented as described inhttp://citeseer.ist.psu.edu/viewdoc/download?doi=10.1.1.14.9450&rep=rep1&type=pdf . Ropes are an alternative to strings designed for ease of concatenation and maximization of structure sharing between substrings. This is fairly minimal implementation and probably requires more optimizations before heavy use.