Module hashbrown::raw::rayon

source ·
Expand description

rayon-based parallel iterator types for hash maps. You will rarely need to interact with it directly unless you have need to name one of the iterator types.

Structs§

  • Parallel iterator which consumes a table and returns elements.
  • Parallel iterator which consumes elements without freeing the table storage.
  • Parallel iterator which returns a raw pointer to every full bucket in the table.