HomePhabricator

trivial: fix bloom filter init to isEmpty = true

Description

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.

Details

Provenance
Robert McLaughlin <robert@sparkk.us>Authored on Nov 2 2016, 01:04
deadalnixPushed on May 14 2017, 22:04
Parents
rABC273bde37d867: Merge #9043: [qt] Return useful error message on ATMP failure
Branches
Unknown
Tags
Unknown

Event Timeline

Robert McLaughlin <robert@sparkk.us> committed rABCcccf73db0483: trivial: fix bloom filter init to isEmpty = true (authored by Robert McLaughlin <robert@sparkk.us>).Nov 2 2016, 01:04