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
Confirmed in pybloomfiltermmap3 as well.
Has to do with calling mbarray_ClearAll(bf->array) only instead of wrapping this method and doing something along the lines of bf->elem_count = 0.
The text was updated successfully, but these errors were encountered:
Issue in detail here:
axiak/pybloomfiltermmap#77
Confirmed in pybloomfiltermmap3 as well.
Has to do with calling
mbarray_ClearAll(bf->array)
only instead of wrapping this method and doing something along the lines ofbf->elem_count = 0
.The text was updated successfully, but these errors were encountered: