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

A faster more extensible radix sort #53

Closed
wants to merge 20 commits into from

Conversation

LilithHafner
Copy link
Member

@LilithHafner LilithHafner commented Oct 24, 2021

Roadmap

  • Comprehensive benchmarking
  • Better heuristic for
    • radix size &
    • delegating to counting,
    • quick, and
    • merge sorts
  • Ensure that any regressions in the extensible & adaptive final product compared to the original radix sort are warranted
  • Update Base.Sort.defalg (if target is Base)
  • Sort by and with (benchmark to see if these are worth including)
  • Test policy on non-homogenous types

ref: https://discourse.julialang.org/t/request-for-comments-a-roadmap-to-faster-sort-for-primitive-types-using-radixsort/70269?

@LilithHafner LilithHafner marked this pull request as draft October 24, 2021 17:17
@codecov-commenter
Copy link

codecov-commenter commented Oct 24, 2021

Codecov Report

Merging #53 (b7e6987) into master (d0a9007) will decrease coverage by 8.25%.
The diff coverage is 68.93%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #53      +/-   ##
==========================================
- Coverage   97.84%   89.58%   -8.26%     
==========================================
  Files           1        4       +3     
  Lines         325      461     +136     
==========================================
+ Hits          318      413      +95     
- Misses          7       48      +41     
Impacted Files Coverage Δ
src/SortingAlgorithms.jl 97.87% <ø> (+0.02%) ⬆️
src/radix.jl 52.94% <52.94%> (ø)
src/serialize.jl 70.90% <70.90%> (ø)
src/radix_wrapper.jl 96.15% <96.15%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d0a9007...b7e6987. Read the comment docs.

@LilithHafner
Copy link
Member Author

High power testing via SortMark is incompatible with Julia 1.0. No intention to fix this rn.

@LilithHafner LilithHafner mentioned this pull request Feb 17, 2022
7 tasks
@LilithHafner
Copy link
Member Author

Closed in favor of JuliaLang/julia#44230

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants