yourbasic/bloom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Bloom filter is a fast and space-efficient probabilistic data structure used to test set membership. A membership test returns either ”likely member” or ”definitely not a member”.

Neutral density filter

Image by Robert Emperley, CC BY-SA 2.0.

Once you have installed Go, run this command to install the bloom package:

go get .com/yourbasic/bloom

There is an online reference for the package at godoc.org/.com/yourbasic/bloom.

The only accepted reason to modify the API of this package is to handle issues that can't be resolved in any other reasonable way.

Thanks to Sébastien Paolacci for his excellent MurmurHash implementation.

Stefan Nilsson – korthaj

Packages

No packages published

Languages