-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Revise sort.md #47789
Comments
Hello @LilithHafner, I would like to work on this issue. Can you tell me what the changes are in sorting, that you want to see in sort.md? |
I'm glad you want to help! There have been quite a few changes between 1.8 and 1.9, centered on adding radix sort and a new stable QuickerSort and adjusting the default algorithms to utilize these algorithms when they are faster. This is a full list of changes; everything since #42674 is new in 1.9. The most relevant ones are #44230, #45211, #45222, #45330 (but this is intentionally undocumented because it is not polished enough to commit to a public API), #47191, #47309, #47383, #47579, and #47788. |
@LilithHafner, are you planning on doing this? |
Yes; currently traveling but likely within a week or two |
Bump! |
I'll take this off the milestone, I don't think we will delay the release for a set of docs about sorting. |
There have been lots of changes to sorting in 1.9. We should make sure that sort.md reflects those changes (excluding those that we want to remain internal)
The text was updated successfully, but these errors were encountered: