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

Remove sortedcontainers #7245

Closed
wants to merge 3 commits into from
Closed

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    2b8ebf1 View commit details
    Browse the repository at this point in the history
  2. Scheduler.workers SortedDict -> plain dict

    Not sure if it's necessary to actually sort anywhere
    gjoseph92 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    f8e0ec5 View commit details
    Browse the repository at this point in the history
  3. Remove sortedcontainers entirely

    `Computation.code` was the only other place it was used. Doesn't seem worth the dependency for that.
    gjoseph92 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    aa0cde0 View commit details
    Browse the repository at this point in the history