Use countTrailingZeros
to speed up iterating over bitmaps?!
#374
Labels
countTrailingZeros
to speed up iterating over bitmaps?!
#374
unordered-containers/Data/HashMap/Internal.hs
Lines 1615 to 1643 in 7237826
I don't quite understand this code yet, but the comment reminds me of this use of
countTrailingZeros
to find the next1
bit:The text was updated successfully, but these errors were encountered: