FICHA · MANJARO

haskell-text-short

Memory-efficient representation of Unicode text strings

  • Library
  • LIBRARY
  • Dependency only
official+codex · reviewed · May 28, 2026 description in en

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.

Permissions

Permissions not analysed for this source yet.