Crate rayon_hash

Source

Re-exports§

Modules§

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