Expand description
Customized HashMap and Hasher implementation optimized for using ObjectIds as keys.
The crate mirrors std::collections in layout for familiarity.
Modules§
- hash
- hash_
map - A hash map implemented with quadratic probing and SIMD lookup.
- hash_
set - A hash set implemented as a
HashMapwhere the value is(). - hash_
table - A hash table implemented with quadratic probing and SIMD lookup.
- sync
- thread-safe types
Traits§
- Equivalent
- Key equivalence trait.