package
Version:
v0.4.9
Opens a new window with list of versions in this module.
Published: May 12, 2017
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package bloom implements a simple bloom filter.
A Filter represents a bloom filter.
BasicFilter calls NewFilter with a bloom filter size of
2048 bytes.
NewFilter creates a new bloom Filter with the given
size. k (the number of hash functions), is hardcoded to 3.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.