package
2.7.11
Repository: https://github.com/influxdata/influxdb.git
Documentation: pkg.go.dev

# Functions

Estimate returns an estimated bit count and hash count given the element count and false positive rate.
NewFilter returns a new instance of Filter using m bits and k hash functions.
NewFilterBuffer returns a new instance of a filter using a backing buffer.

# Structs

Filter represents a bloom filter.