rluvaton commented on PR #6912:
URL: https://github.com/apache/arrow-rs/pull/6912#issuecomment-2562904204

   > Rather than sorting booleans directly, it would be orders of magnitude 
faster to count the number of bits and use this to compute the result. Nulls 
can be handled by first computing the bitwise and with the values.
   
   Great idea, did not think about it (I was just trying to implement before 
trying to make it fast as you said)


-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to