Open Stebalien opened 4 years ago
Unfortunately, simply calling the internal RunIterator method pre-reads the entire bitset (for caching). There should be a non-caching version for IsEmpty and First.
RunIterator
IsEmpty
First
We can't really do that as we have to verify bitfield consistently.
Unfortunately, simply calling the internal
RunIterator
method pre-reads the entire bitset (for caching). There should be a non-caching version forIsEmpty
andFirst
.