pub type FastConcurrentHashSet<T> = HashSet<T, FastBuildHasher>;
Expand description
A concurrent hash set based on papaya
(HashSet
) using FastHasher
.
Aliased Typeยง
pub struct FastConcurrentHashSet<T> { /* private fields */ }
pub type FastConcurrentHashSet<T> = HashSet<T, FastBuildHasher>;
A concurrent hash set based on papaya
(HashSet
) using FastHasher
.
pub struct FastConcurrentHashSet<T> { /* private fields */ }