Skip to content

Support sorting of Vector{Union{T, Missing}} for RadixSort #34

@xiaodaigh

Description

@xiaodaigh

I think this can be done by adding and making some other accommodating changes

uint_mapping(Forward, missing) = 2^8sizeof(UInt)-1
uint_mapping(Reverse, missing) = UInt(0)

This is the approach taken in SortingLab.jl to support sorting of Vector{Union{Missing, T}} for radix-sort.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions