smallstring

A Unicode text type, optimized for low memory overhead

http://community.haskell.org/~aslatter/code/smallstring/

Latest on Hackage:0.3.3

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 by Antoine Latter
Maintained by [email protected]

A Unicode text type, optimized for low memory overhead. No string manipulation functions are offered.

Equality and ordinal comparison aim to be competitive with the Text type.