rphmeier/jobsteal

Port over the implementation in rust_toy_engine

Closed this issue · 1 comments

I've implemented a (better, IMO) version of this in the https://github.com/rphmeier/rust_toy_engine repository, in the util/work_pool module. This can be ported over pretty easily.

still has the limitation of 4096 jobs, but maybe just heap allocating could make things easier.