Proportion of bits that are set to true.
Proportion of bits that are set to true.
Compute the Hamming distance between the two Bloom filters a
and b
.
Compute the Hamming distance between the two Bloom filters a
and b
. The distance is defined as the
number of bits that need to change to in order to transform one filter into the other.
This may be faster if you don't care about evaluating the false positive probability
This may be faster if you don't care about evaluating the false positive probability
The number of bits set to true
The number of bits set to true