Module pdatastructs::bloomfilter[][src]

BloomFilter implementation.

Structs

BloomFilter

A BloomFilter is a set-like data structure, that keeps track of elements it has seen without the need to store them. Looking up values has a certain false positive rate, but a false negative rate of 0%.