Type Alias wgpu::naga::FastHashMap

source ·
pub type FastHashMap<K, T> = HashMap<K, T, BuildHasherDefault<FxHasher>>;
Available on wgpu_core or naga only.
Expand description

Hash map that is faster but not resilient to DoS attacks.

Aliased Type§

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