pitrou commented on pull request #10585:
URL: https://github.com/apache/arrow/pull/10585#issuecomment-867409291


   Also, if you want to work on performance, note that a dedicated counting 
sort for boolean should be really simple.
   You can first call `null_count`, `true_count` and `false_count`, then you 
just have to walk individual bits and emit indices.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to