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

Implement feature sort_unstable #40601

Merged
merged 9 commits into from Mar 21, 2017
Merged

Implement feature sort_unstable #40601

merged 9 commits into from Mar 21, 2017

Commits on Mar 21, 2017

  1. Implement feature sort_unstable

    Stjepan Glavina committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    f1913e2 View commit details
    Browse the repository at this point in the history
  2. Address Alex's PR comments

    Stjepan Glavina committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    e365974 View commit details
    Browse the repository at this point in the history
  3. Fix a doctest

    Stjepan Glavina committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    f0e5868 View commit details
    Browse the repository at this point in the history
  4. Faster sort_unstable on presorted inputs

    Stjepan Glavina committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    cfe6e13 View commit details
    Browse the repository at this point in the history
  5. Fix grammar

    Stjepan Glavina committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    942173b View commit details
    Browse the repository at this point in the history
  6. Tweak the constants a bit

    Stjepan Glavina committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    c4454a5 View commit details
    Browse the repository at this point in the history
  7. Use partial insertion sort

    Stjepan Glavina committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    02d6e00 View commit details
    Browse the repository at this point in the history
  8. Remove stabilized features

    Stjepan Glavina committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    a18b2aa View commit details
    Browse the repository at this point in the history
  9. Unit test heapsort

    Stjepan Glavina committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    a718051 View commit details
    Browse the repository at this point in the history