pub type FxDashMap<K, V> = DashMap<K, V, BuildHasherDefault<FxHasher>>;
Expand description
A dashmap that uses the FxHasher as the underlying hasher.
Aliased Typeยง
struct FxDashMap<K, V> { /* private fields */ }
pub type FxDashMap<K, V> = DashMap<K, V, BuildHasherDefault<FxHasher>>;
A dashmap that uses the FxHasher as the underlying hasher.
struct FxDashMap<K, V> { /* private fields */ }