filecoin-project/go-bitfield

IsEmpty & First read the entire bitset

Opened this issue · 1 comments

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.

We can't really do that as we have to verify bitfield consistently.