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

Consider replacing sort_unstable with a custom dummy sorting #53

Open
zbraniecki opened this issue Jan 31, 2020 · 1 comment
Open

Consider replacing sort_unstable with a custom dummy sorting #53

zbraniecki opened this issue Jan 31, 2020 · 1 comment

Comments

@zbraniecki
Copy link
Owner

Spin-off from #49.

Seems like sort_unstable is actually larger than sort, but doesn't inline.

@Manishearth suggested we roll out our own dummy sort which would be likely smaller, and the perf impact is unimpactful.

@Manishearth
Copy link
Collaborator

It's also worth publishing a smallsort crate for this. But we don't have to start with that.

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

2 participants