package
0.0.0-20170107010102-259d9253d719
Repository: https://github.com/golang/leveldb.git
Documentation: pkg.go.dev

# Functions

NewFilter returns a new Bloom filter that encodes a set of []byte keys with the given number of bits per key, approximately.

# Type aliases

Filter is an encoded set of []byte keys.
FilterPolicy implements the db.FilterPolicy interface from the leveldb/db package.