Module docchi_compaction::string_compaction[][src]

Expand description

Compact strings if the string represents a number

Functions

Serialize the raw Strings to bytes. If the String represents a number, it’s converted to number binary to reduce the size.

Get KVals from raw Strings. If the String represents a number, it’s converted to number binary to reduce the size.