Module string_compaction

Module string_compaction 

Source
Expand description

Compact strings if the string represents a number

Functions§

compress_strings
Serialize the raw Strings to bytes. If the String represents a number, it’s converted to number binary to reduce the size.
decompress
to_kvals
Get KVals from raw Strings. If the String represents a number, it’s converted to number binary to reduce the size.
to_string
to_strings