Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filter ¶
type Filter struct {
// contains filtered or unexported fields
}
Filter is the sturct of BloomFilter false positive error rate p approximately (1 - e^(-kn/m))^k probability of false positives decreases as m increases, and increases as n increases. k is number of hash function, m is the size of filter, n is the number of elements inserted
Click to show internal directories.
Click to hide internal directories.