-
Couldn't load subscription status.
- Fork 11
Open
Description
Add support for sorting unsigned 32-bit integers.
The general plan for this would be:
- Perform an initial fake partitioning operation around the fictional pivot
0- The operation is of course very real, its the pivot that is fictional
- The partitioning should be performed with
Descendingsemantics, this relies on Support Int32 descending sort #2
- Continue to perform a full sort on the left-hand side, e.g. all the values with the MSB bit turned off with normal
Ascendingsemantics - Finally perform a full sort on the right-hand side with
Descendingsemantics - Hopefully (?) this results in a fully sorted unsigned int32 array :)
Metadata
Metadata
Assignees
Labels
No labels