Module common

Source
Expand description

Some structs and implementations that multiple bloom implementations can depend on

Structs§

BloomParams
Optimal bloom parameters for some false positive rate at a maximum number of elements added, or for some byte size with target element count, etc.
HashIndexIterator
An iterator that generates indices into some bloom filter based on deterministic hashing of specified item.

Enums§

Error
Errors for [BloomFilter] operations.