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