Crate rayon_hash

Source

Re-exports§

pub use self::hash_map::HashMap;
pub use self::hash_set::HashSet;

Modules§

hash_map
A hash map implemented with linear probing and Robin Hood bucket stealing.
hash_set
A hash set implemented as a HashMap where the value is ().