FastConcurrentHashMap

Type Alias FastConcurrentHashMap 

Source
pub type FastConcurrentHashMap<K, V> = HashMap<K, V, FastBuildHasher>;
Expand description

A concurrent hash map based on papaya (HashMap) using FastHasher.

Aliased Typeยง

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