Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BloomFilter ¶
type StandardBloom ¶
type StandardBloom struct {
// contains filtered or unexported fields
}
func New ¶
func New(n uint, fpr float64) *StandardBloom
func (*StandardBloom) Add ¶
func (sbf *StandardBloom) Add(key string)
func (*StandardBloom) Data ¶
func (sbf *StandardBloom) Data() []byte
func (*StandardBloom) Test ¶
func (sbf *StandardBloom) Test(key string) bool
Click to show internal directories.
Click to hide internal directories.