MIN_RUNS_PER_WORKER

Constant MIN_RUNS_PER_WORKER 

Source
const MIN_RUNS_PER_WORKER: u32 = 64;
Expand description

Minimum number of runs per worker. This is mainly to reduce the overall number of rayon jobs.