Expand description
Memory-efficient parallel operations with minimal allocations
This module provides operations optimized for memory usage
Functionsยง
- parallel_
fold_ efficient - Parallel fold with minimal allocations
- parallel_
iter_ nocopy - Zero-copy parallel iteration
- parallel_
transform_ inplace - In-place parallel transformation
- streaming_
parallel_ map - Streaming parallel map (process as results come)