Skip to content

Improve sort performance #2455

@xiaodaigh

Description

@xiaodaigh

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

image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions