alamb opened a new pull request, #9090: URL: https://github.com/apache/arrow-rs/pull/9090
- Draft as it builds on https://github.com/apache/arrow-rs/pull/9087 # Which issue does this PR close? - Part of https://github.com/apache/arrow-rs/issues/8806 - Closes https://github.com/apache/arrow-rs/pull/8854 - Closes https://github.com/apache/arrow-rs/pull/8807 This is the next step after - https://github.com/apache/arrow-rs/pull/8996 # Rationale for this change - we can help rust / LLVM generate more optimal code by processing u64 words at a time when the buffer is already u64 aligned (see #8807) Also, it is hard to find the code to create new Buffers by applying bitwise unary operations. # What changes are included in this PR? - Introduce optimized `BooleanBuffer::from_bitwise_binary` - Migrate several kernels that use `bitwise_bin_op_helper` to use the new BooleanBuffer # Are these changes tested? Yes new tests are added Performance results show XXX performance improvements # Are there any user-facing changes? A new API -- 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]
