Module memory

Module memory 

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