Antoine Pitrou created ARROW-10899:
--------------------------------------
Summary: [C++] Investigate radix sort for integer arrays
Key: ARROW-10899
URL: https://issues.apache.org/jira/browse/ARROW-10899
Project: Apache Arrow
Issue Type: Wish
Components: C++
Reporter: Antoine PitrouFor integer arrays with a non-tiny range of values, we currently use a stable sort. It may be faster to use a radix sort instead. -- This message was sent by Atlassian Jira (v8.3.4#803005)
