Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
Current sorting kernel handles all data types with stl stable_sort. It is suboptimal for small integers like Int8, in which case counting sort is more suitable.
Attachments
Issue Links
- is related to
-
ARROW-1571 [C++] Implement argsort kernels (sort indices) for integers using O(n) counting sort
- Resolved
- links to