bloom

package
v0.0.0-...-4e61b33 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 6, 2014 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	UINT64_SIZE = uint32(64)
)

Variables

This section is empty.

Functions

This section is empty.

Types

type BloomFilter

type BloomFilter interface {
	Add(string)
	Test(string) bool
	Count() uint64
	FalsePositives() float64
}

func NewSimpleBloomFilter

func NewSimpleBloomFilter(estimatedSize uint32, err float64) BloomFilter

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL