filecoin-project / go-bitfield

Other
4 stars 8 forks source link

feat: implement external iteration #26

Closed Stebalien closed 4 years ago

Stebalien commented 4 years ago

As nice as internal iteration (ForEach) is for performance, it's impossible to iterate over two bitmaps at the same time with internal iteration. This patch:

Kubuxu commented 4 years ago

SGWM, but conflicts.