Crate rayon_hash

source ·

Modules

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

Structs

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