-
Notifications
You must be signed in to change notification settings - Fork 373
Open
Labels
Milestone
Description
In DataConvenience.jl I tried out a radixsort based sorting approach and I found there is still some performance gain to be had in the sorting
https://github.com/xiaodaigh/DataConvenience.jl#faster-sorting-for-dataframes
The implementation is quite simple. I just use the sorttwo! function in SortingLab.jl to sort the sorting columns using radixsort and then apply the sorted indices to the rest of the columns.
