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

Use pdqsort to improve the performance #4908

Open
JmPotato opened this issue May 7, 2022 · 0 comments · May be fixed by #4983
Open

Use pdqsort to improve the performance #4908

JmPotato opened this issue May 7, 2022 · 0 comments · May be fixed by #4983
Labels
type/enhancement The issue or PR belongs to an enhancement.

Comments

@JmPotato
Copy link
Member

JmPotato commented May 7, 2022

Enhancement Task

According to golang/go@72e77a7, Go will use pdqsort as the default sorting algorithm in the next release. However, we can use https://pkg.go.dev/golang.org/x/exp/slices#Sort to benefit from this optimization now.

@JmPotato JmPotato added the type/enhancement The issue or PR belongs to an enhancement. label May 7, 2022
@hawkingrei hawkingrei linked a pull request May 18, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant