Closed mizvyt closed 4 years ago
Issue in detail here: https://github.com/axiak/pybloomfiltermmap/issues/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 of bf->elem_count = 0.
mbarray_ClearAll(bf->array)
bf->elem_count = 0
Issue in detail here: https://github.com/axiak/pybloomfiltermmap/issues/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
.