Description
Stores Unicode text in a memory-efficient short string representation for Haskell. It is designed for many small text values where the overhead of full Text values can matter.
It is useful for identifiers, map keys, parsed tokens, metadata, and compiler or indexing workloads with many repeated small strings. Developers should choose it when memory layout matters more than full Text convenience.