Module bloom

Source
Expand description

Simple Bloom Filter

Structs§

Bloom
ConcurrentBloom
Bloom filter that can be used concurrently. Concurrent reads/writes are safe, but are not atomic at the struct level, this means that reads may see partial writes.
ConcurrentBloomInterval
Wrapper around ConcurrentBloom and AtomicInterval so the bloom filter can be cleared periodically.

Traits§

BloomHashIndex
Generate a stable hash of self for each hash_index Best effort can be made for uniqueness of each hash.