You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
filter::SlicesIterator and filter::IndexIterator provide very efficient mechanisms to iterate through validity buffers, in some cases yielding order of magnitude improvements over element-wise iteration.
Describe the solution you'd like
Expose the following methods on Bitmap making use of these
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
filter::SlicesIterator
andfilter::IndexIterator
provide very efficient mechanisms to iterate through validity buffers, in some cases yielding order of magnitude improvements over element-wise iteration.Describe the solution you'd like
Expose the following methods on
Bitmap
making use of theseDescribe alternatives you've considered
We could not do this
Additional context
#1802 tracks extending Bitmap with the ability to track an offset
The text was updated successfully, but these errors were encountered: