Contains the text compression and encoding framework.
Special mode that will cause no bit-compression at all during construction, internal use in TextDS on...
Data structures are constructed directly in bit-compressed space (slower construction, but smaller memory usage).
CompressMode
Defines when data structures are bit-compressed.
CompressMode cm_select(CompressMode in, CompressMode sel)
Automatically select compress mode, internal use in TextDS only.
Data structures are bit-compressed after they have been constructed (fast construction, but possibly high memory peak).
Data structures are not bit-compressed at all (fastest, but highest memory usage).