alamb opened a new pull request, #8807: URL: https://github.com/apache/arrow-rs/pull/8807
# Which issue does this PR close? - part of https://github.com/apache/arrow-rs/issues/8806 - Follow on to https://github.com/apache/arrow-rs/pull/8793 - Follow on to https://github.com/apache/arrow-rs/pull/8619 # Rationale for this change While messing around with other bitwise operations, I am pretty sure we can optimize these operations more Let's try using aligned u64 operations when possible # What changes are included in this PR? Special case bitwise operations when the data is already aligned to u64 (a reasonably common special case) # Are these changes tested? Yes by CI # Are there any user-facing changes? No just faster performance -- 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]
