Expand description
Compressed static maps based on solving linear systems.
Modules§
Structs§
- CMap
- Compressed static function (immutable map) that maps hashable keys to values of any type.
- Fill
Randomly - Pre-fills the value vector of
ls::Map
with random values. - Fill
With Pattern - 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§
- Values
PreFiller - Trait for pre-filling vector of values in
ls::Map
.