Type Alias wgpu_core::hash_utils::FastHashMap

source ·
pub type FastHashMap<K, V> = HashMap<K, V, BuildHasherDefault<FxHasher>>;
Expand description

HashMap using a fast, non-cryptographic hash algorithm.

Aliased Type§

struct FastHashMap<K, V> { /* private fields */ }