Skip to content

Add threadpool_fixed_chunk_size, which when passed to threadpool_map, splits the…

Pedro Gonnet requested to merge threadpool_fixed_chunk_size into master

Add threadpool_fixed_chunk_size, which when passed to threadpool_map, splits the data evenly over all runners in one single go.

Merge request reports