Crate git_hashtable
source ·Expand description
Customized HashMap and Hasher implementation optimized for using ObjectId
s as keys.
The crate mirrors std::collections
in layout for familiarity.
Modules
A hash map implemented with quadratic probing and SIMD lookup.
A hash set implemented as a
HashMap
where the value is ()
.Experimental and unsafe
RawTable
API. This module is only available if the
raw
feature is enabled.Traits
Key equivalence trait.