[][src]Crate rayon_hash

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 ().

Structs

HashMap

A hash map implemented with linear probing and Robin Hood bucket stealing.

HashSet

A hash set implemented as a HashMap where the value is ().