pub type FullHashMap<K, V> = HashMap<K, V, BuildHasherDefault<XxHash64>>;
Expand description
Arbitrary HashMap using more performant hashing algorithm
Aliased Typeยง
pub struct FullHashMap<K, V> { /* private fields */ }
pub type FullHashMap<K, V> = HashMap<K, V, BuildHasherDefault<XxHash64>>;
Arbitrary HashMap using more performant hashing algorithm
pub struct FullHashMap<K, V> { /* private fields */ }