Version of parallel map using cyclic buffer with prefetching. Uses combination of chunked, prefetch, joiner, and std.parallelism.
The analogue in Haskell is Control.Parallel.Strategies.parBuffer
See Implementation
Version of parallel map using cyclic buffer with prefetching. Uses combination of chunked, prefetch, joiner, and std.parallelism.
The analogue in Haskell is Control.Parallel.Strategies.parBuffer