-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Thanks for providing this package!
If one wants to order arrays of pairs of uint32 for the first element of the pair. Is there a faster than this?
Make an array A of pairs Uint32Array(2) and define function getKey(e) { return e[0]; } and then run RadixSortLsdUdtUInt32(A, getKey);
(Ideally, there would be just one Uint32array and one would sort the even indices together with their odd neighbors.)
Metadata
Metadata
Assignees
Labels
No labels