Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CityHash64 ¶
Types ¶
type Bloomfilter ¶
type Bloomfilter struct {
// contains filtered or unexported fields
}
func NewPowTwo ¶
func NewPowTwo(pt uint32, k uint32) *Bloomfilter
func (Bloomfilter) AddUint64 ¶
func (bf Bloomfilter) AddUint64(item uint64)
func (Bloomfilter) CheckUint64 ¶
func (bf Bloomfilter) CheckUint64(item uint64) bool
Click to show internal directories.
Click to hide internal directories.