trivial: fix bloom filter init to isEmpty = true
Fixes newly initialized bloom filters being
constructed with isEmpty(false), which still
works but loses the possible speedup when
checking for key membership in an empty filter.
trivial: fix bloom filter init to isEmpty = true Tags None Subscribers None
Description
Details
|