pub type FastHashMap<K, V> = HashMap<K, V, FastBuildHasher>;Expand description
A hash map based on the standard library’s (HashMap) using FastHasher.
Aliased Type§
pub struct FastHashMap<K, V> { /* private fields */ }pub type FastHashMap<K, V> = HashMap<K, V, FastBuildHasher>;A hash map based on the standard library’s (HashMap) using FastHasher.
pub struct FastHashMap<K, V> { /* private fields */ }