Expand description
High-performance parallel iterators with true parallelism
This module provides parallel iterator implementations that actually execute in parallel using the thread pool.
Structs§
- Parallel
Filter - Parallel filter operation
- Parallel
Map - Parallel map operation
- Parallel
Vec - A parallel iterator that executes operations in parallel
Traits§
- Into
Parallel Vec - Extension trait to enable parallel iteration