Module runtime_size

Module runtime_size 

Source
Expand description

Bloom filters with runtime-determined parameters. Their size can be chosen arbitrarily at runtime, but not be modified during use (they’re not resizable).

Structs§

BloomFilter
An implementation of a basic bloom filter.