[][src]Module griddle::hash_set::rayon

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

Structs

ParDifference

Parallel iterator over shared references to elements in the difference of sets.

ParIntersection

Parallel iterator over shared references to elements in the intersection of sets.

ParIter

Parallel iterator over shared references to elements in a set.

ParSymmetricDifference

Parallel iterator over shared references to elements in the symmetric difference of sets.

ParUnion

Parallel iterator over shared references to elements in the union of sets.