Expand description
Counting and non-counting Bloom filters tuned for use as ancestor filters for selector matching.
Structsยง
- Bloom
Storage Bool - Storage class for a CountingBloomFilter that has 1-bit counters.
- Bloom
Storage U8 - Storage class for a CountingBloomFilter that has 8-bit counters.
- Counting
Bloom Filter - A counting Bloom filter with parameterized storage to handle counters of different sizes. For now we assume that having two hash functions is enough, but we may revisit that decision later.
Constantsยง
- ARRAY_
SIZE ๐ - BLOOM_
HASH_ MASK - KEY_
MASK ๐ - KEY_
SIZE ๐
Traitsยง
Functionsยง
Type Aliasesยง
- Bloom
Filter - A counting Bloom filter with 8-bit counters.