8c0b60cd2f
Build & Test Lean / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
- Remove thread in charge of sorting and updating the queues weight. This will be handled by each worker thread instead. Avoid cases where the work count is so high that the sorting thread in master would not be able to update all the weights, causing data to be enqueued beyond the max prefetch limit. Adding benchmark algorithm reproducing issue