Closed art-w closed 1 year ago
A very small optimization to the work stealing algorithm: The previous version was allocating too many Ws_deque and trying to steal from them (including the always-empty ones). In any case, the code should be a tiny bit easier to read :)
Ws_deque
Thanks for your PRs @art-w ! :)
I'll get to reviewing them in a bit.
A very small optimization to the work stealing algorithm: The previous version was allocating too many
Ws_deque
and trying to steal from them (including the always-empty ones). In any case, the code should be a tiny bit easier to read :)