Yibo Cai created ARROW-7526:
-------------------------------

             Summary: [C++][Compute]: Optimize small integer sorting
                 Key: ARROW-7526
                 URL: https://issues.apache.org/jira/browse/ARROW-7526
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++ - Compute
            Reporter: Yibo Cai
            Assignee: Yibo Cai


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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to