发布

  • 14204 8c0b60cd2f

    Refactor work queue scheduling (#6465)

    frostbyte_neo 发布于 2022-07-06 15:13:32 +00:00 | 1847 次提交 在此版本后已推送到 master

    • 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
    下载附件