Documentation
¶
Index ¶
Constants ¶
View Source
const ( STAGE_ONE = 1 STAGE_TWO = 2 )
Variables ¶
This section is empty.
Functions ¶
func MemHashString ¶
Types ¶
type BloomFilter ¶
type BloomFilter []byte
func (BloomFilter) Allow ¶
func (b BloomFilter) Allow(keyHash uint32) bool
func (BloomFilter) AllowKey ¶
func (b BloomFilter) AllowKey(key []byte) bool
func (BloomFilter) Insert ¶
func (b BloomFilter) Insert(keyHash uint32) bool
Click to show internal directories.
Click to hide internal directories.