@hackage ascii-string1.0.1.4
Compact representation of ASCII strings
Installation
Dependencies (9)
- base >=4.7 && <5
- bytestring >=0.10 && <0.11
- cereal >=0.5.5 && <0.6
- deepseq >=1.4 && <2
- deferred-folds >=0.9 && <0.10
- foldl >=1.4 && <2 Show all…
Dependents (2)
@hackage/ghcup, @hackage/acme-everything
ASCII strings stored using just 7 bits per character. Compared to ByteString, this saves you a whole byte per 8 characters.