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§
- Bloom
Filter - An implementation of a basic bloom filter.
Bloom filters with runtime-determined parameters. Their size can be chosen arbitrarily at runtime, but not be modified during use (they’re not resizable).