Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drastically changes the way we schedule: - Each executing worker now prepare a piece of work to share. - Each waiting worker now looks at that. By adding this extra buffer it means that there should be less waiting. This also adds priority to the scheduling which hopefully makes the workers more likely to pick up work that's high up in the parallel tree.
- Loading branch information