tinymist_std::hash

Type Alias FxDashMap

Source
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 */ }