@hackage rope-utf16-splay0.1.0.0

Ropes optimised for updating using UTF-16 code points and row/column pairs.

rope-utf16-splay Build Status

Thick strings optimised for indexing and updating using UTF-16 code points and row/column pairs.

This implementation uses splay trees instead of the usual finger trees, which is faster according to the benchmarks.