Make TaskQueueSelector / WorkQueueSets scale to higher number of priorities |
|
Issue descriptionWe've added a number of different queue priorities, meaning we run the WorkQueueSets selection logic more frequently than before. As an optimization we might consider changing the underlying intrusive heap to sort on a tuple of queue priority and enqueue order. |
|
►
Sign in to add a comment |
|
Comment 1 by skyos...@chromium.org
, Jul 20Summary: Make TaskQueueSelector / WorkQueueSets scale to higher number of priorities (was: Consider changing the TaskQueueSelector / WorkQueueSets)