Use BitChunks in equal_bits #2186
Labels
arrow
Changes to the arrow crate
enhancement
Any new improvement worthy of a entry in the changelog
performance
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
arrow::array::equal::utils::equal_bits
currently is implemented asThis is likely extremely sub-optimal, performing a large number of operations for every bit
Describe the solution you'd like
Something like the below, not tested, should be significantly faster
Describe alternatives you've considered
We could not do this
The text was updated successfully, but these errors were encountered: