ascii-string

Compact representation of ASCII strings

https://github.com/metrix-ai/ascii-string

Latest on Hackage:1.0.1.4

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.

MIT licensed by Nikita Volkov
Maintained by Metrix.AI Tech Team

ASCII strings stored using just 7 bits per character. Compared to ByteString, this saves you a whole byte per 8 characters.