xiaodaigh / SortingLab.jl

Faster sorting algorithms (sort and sortperm) for Julia

Repository from Github https://github.comxiaodaigh/SortingLab.jlRepository from Github https://github.comxiaodaigh/SortingLab.jl

There is another similar package: SortingAlgorithms.jl

skanskan opened this issue · comments

There is another package similar to yours that provides radixsort on Julia.
https://github.com/JuliaCollections/SortingAlgorithms.jl
Maybe you could join forces.