Module parallel

Module parallel 

Source
Expand description

Parallel utilities with feature-gated implementations

Provides parallel abstractions that work across native (rayon) and WASM (wasm-bindgen-rayon) environments, with sequential fallbacks.

Functionsยง

is_parallel_available
Check if parallel processing is available
parallel_enumerate_map
Parallel enumerate and map
parallel_filter_map
Parallel filter_map
parallel_flat_map
Parallel flat_map
parallel_for_each
Parallel for_each over a slice
parallel_map
Parallel map over a slice
parallel_map_indexed
Parallel map with index