-
-
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
remove uint_mapping? #8539
Comments
That's probably for the best. cc: @kmsquire |
Yes please move it. |
It could actually be used in all FP sorting--when I implemented it, I think it was slightly faster than the current implementation. But since it relies on the bit patterns for sorting, it doesn't have the same behavior when dealing with But anyway, it is only really needed by |
simonster
added a commit
to JuliaCollections/SortingAlgorithms.jl
that referenced
this issue
Oct 1, 2014
I also got rid of the manual inlining since the compiler now appears to inline everything on its own. Fixes #6. Ref JuliaLang/julia#8539
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
uint_mapping
appears to be broken by #8420, but it also appears that there are no callers in Base, although it is used by the radix sort implementation in SortingAlgorithms.jl. Shall I move it over there?The text was updated successfully, but these errors were encountered: