kazuyukitanimura opened a new pull request, #6288:
URL: https://github.com/apache/arrow-rs/pull/6288
# Which issue does this PR close?
# Rationale for this change
This PR improves the performance of set_bits that is often the bottleneck
for filter execs in DataFusion.
# What changes are included in this PR?
Consolidating `BitChunks::new` and individual bit manipulations into one
method.
# Are there any user-facing changes?
No
--
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]