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

On sorting #64

Open
lebensterben opened this issue Apr 14, 2020 · 0 comments
Open

On sorting #64

lebensterben opened this issue Apr 14, 2020 · 0 comments

Comments

@lebensterben
Copy link
Contributor

  • Currently the Sort1dExt trait provides sorting/partitioning methods based on
    quickselect. What's the reason for choosing this over pdqsort as used in
    sort_unstable in STD.
  • histogram/bins.rs has several calls on sort_unstable, and how about a
    feature flag rayon for its parallel sort?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant