Type Alias HashSet

Source
pub type HashSet<T> = HashSet<T, FixedState>;
Available on crate feature std only.
Expand description

A HashSet type that uses the MuseAir incremental Hasher. (BFast variant)

For better performance with small keys and enhanced HashDoS resistance, consider using musemap.

Aliased Typeยง

pub struct HashSet<T> { /* private fields */ }