Module parallel_vec

Module parallel_vec 

Source
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§

ParallelFilter
Parallel filter operation
ParallelMap
Parallel map operation
ParallelVec
A parallel iterator that executes operations in parallel

Traits§

IntoParallelVec
Extension trait to enable parallel iteration