pub type FxDashMap<K, V> = DashMap<K, V, FxBuildHasher>;
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, FxBuildHasher>;
A dashmap that uses the FxHasher as the underlying hasher.
struct FxDashMap<K, V> { /* private fields */ }