Expand description

Some structs and implementations that multiple bloom implementations can depend on

Structs

  • 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.
  • An iterator that generates indices into some bloom filter based on deterministic hashing of specified item.

Enums

  • Errors for [BloomFilter] operations.