pub type FastHashMap<K, V> = HashMap<K, V, Xxh3DefaultBuilder>;Expand description
Hash map with the crate’s default XXH3 hasher.
Aliased Type§
pub struct FastHashMap<K, V> { /* private fields */ }pub type FastHashMap<K, V> = HashMap<K, V, Xxh3DefaultBuilder>;Hash map with the crate’s default XXH3 hasher.
pub struct FastHashMap<K, V> { /* private fields */ }