perf: use bitmap::iter_ones()
instead of bitmap::iter()
#15726
Labels
good first issue
Good for newcomers
help wanted
Issues that need help from contributors
no-issue-activity
Milestone
We have many logic like this
Use
bitmap::iter_ones()
can optimize the performance by skipping the invisible rows with SIMD bit operation #9278, especially when the selectivity visibility bitmap is low.An example is #9329
The text was updated successfully, but these errors were encountered: