ollef / rope-utf16-splay

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rope-utf16-splay Build Status Hackage

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

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

Contact

Olle Fredriksson - https://github.com/ollef

About

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%