@hackage simple-rope0.1
Memory-efficient strings with concatenation and splitting.
Categories
License
BSD-3-Clause
Maintainer
Eugene Kirpichov <ekirpichov@gmail.com>
Links
Versions
- 0.1 Fri, 24 Jun 2011
Installation
Dependencies (3)
- base >=4 && <5
- bytestring
- QuickCheck Show all…
Dependents (1)
@hackage/acme-everything
A very simple but rather memory- and performance-efficient rope with logarithmic concatenation, access and splitting at an index or predicate. Differs from the current "rope" package (as of rope 0.6.1) by providing guaranteed logarithmic performance.