parallelTransform

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

parallelTransform
(
alias func
Range
)
(
Range r
,
uint chunk_size = 1
,
uint prefetch_amount = totalCPUs - 1
)

Meta