TaskScheduler: Change PriorityQueue's internal container from std::priority_queue to IntrusiveHeap
This involves changing SequenceSortKey from high == important to low == important, because IntrusiveHeap is a min-heap (as opposed to std::priority_queue, which is a max-heap). Bug: 889029 Change-Id: Ieeb2707d0112389b6cb7f4d187ec447bc58bef5a Reviewed-on: https://chromium-review.googlesource.com/c/1302319 Commit-Queue: Jesse McKenna <jessemckenna@google.com> Reviewed-by:François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#603243}
Showing
Please register or sign in to comment