simple-rope

Memory-efficient strings with concatenation and splitting.

http://github.com/jkff/haskell-rope

Latest on Hackage:0.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed and maintained by Eugene Kirpichov

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.