arkouda icon indicating copy to clipboard operation
arkouda copied to clipboard

Add sort compat modules for new sorting algorithm

Open bmcdonald3 opened this issue 1 year ago • 0 comments

A recent Chapel PR added a new two array radix sort algorithm that performs much better on a single locale, but doesn't work with distributed code, so this PR updates the code to reflect the API changes.

bmcdonald3 avatar Jan 31 '24 21:01 bmcdonald3