FastSet4

Type Alias FastSet4 

Source
pub type FastSet4<V> = HashSet<V, BuildHasherDefault<FxHasher32>>;
Expand description

A fast set that is not resistant to collision attacks. Works on 4 bytes at a time.

Aliased Typeยง

pub struct FastSet4<V> { /* private fields */ }