FastConcurrentHashSet

Type Alias FastConcurrentHashSet 

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