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

Revise sort.md #47789

Closed
LilithHafner opened this issue Dec 3, 2022 · 6 comments · Fixed by #48363 or #48440
Closed

Revise sort.md #47789

LilithHafner opened this issue Dec 3, 2022 · 6 comments · Fixed by #48363 or #48440
Labels
domain:docs This change adds or pertains to documentation domain:sorting Put things in order

Comments

@LilithHafner
Copy link
Member

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)

@LilithHafner LilithHafner added domain:docs This change adds or pertains to documentation domain:sorting Put things in order labels Dec 3, 2022
@LilithHafner LilithHafner added this to the 1.9 milestone Dec 3, 2022
@mohit-marathe
Copy link

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?

@LilithHafner
Copy link
Member Author

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.

@KristofferC
Copy link
Sponsor Member

@LilithHafner, are you planning on doing this?

@LilithHafner
Copy link
Member Author

Yes; currently traveling but likely within a week or two

@gbaraldi
Copy link
Member

gbaraldi commented Jan 9, 2023

Bump!

@KristofferC
Copy link
Sponsor Member

I'll take this off the milestone, I don't think we will delay the release for a set of docs about sorting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:docs This change adds or pertains to documentation domain:sorting Put things in order
Projects
None yet
4 participants