Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[perf] Improve SchedulerMinHeap implementation #21147

Merged
merged 2 commits into from
Apr 6, 2021

Commits on Apr 1, 2021

  1. Improve MinHeap implementation

    Migrated to a new algorithm that does not go beyond the array, thus de-optimization of this piece of code is not happening
    Tom910 committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    5fb47c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Revert unrelated changes

    acdlite committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    49d3249 View commit details
    Browse the repository at this point in the history