cyb70289 opened a new pull request #7135: URL: https://github.com/apache/arrow/pull/7135
Unaligned bitmap operations are currently calculated bit-by-bit. Processing it word-by-word in uint64 improves performance significantly. BenchmarkBitmapAnd/32768/1 jumps from 56M/s to 4.1G/s on my test machine. This patch also improves unit test to cover new code thoroughly. ---------------------------------------------------------------- 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]
