Parallel Computing¶
Polyester.jl offers a customizable version of Threads.@threads. For example, one can set the minum "batch size" (no of loop iterations) per thread. This can be much faster than @threads when iterations are fast.
Polyester.jl offers a customizable version of Threads.@threads. For example, one can set the minum "batch size" (no of loop iterations) per thread. This can be much faster than @threads when iterations are fast.