Module ls

Source
Expand description

Compressed static maps based on solving linear systems.

Modules§

graph3

Structs§

CMap
Compressed static function (immutable map) that maps hashable keys to values of any type.
FillRandomly
Pre-fills the value vector of ls::Map with random values.
FillWithPattern
Pre-fills each 64-bit fragment of the value vector of ls::Map with given pattern.
Map
Static function (immutable map) that maps hashable keys to unsigned integer values of given bit-size.
MapConf
Configuration accepted by ls::Map constructors.

Traits§

ValuesPreFiller
Trait for pre-filling vector of values in ls::Map.