10000 GitHub - abaksy/bloom: Playing around with Bloom Filters
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

abaksy/bloom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bloom

Implements a Bloom Filter in Go

Standard Bloom Filter

Simplest Bloom filter that uses a Murmur3 hash function to get the hash index to place the data in. Calculate the number of

$ k = \frac{m}{n} ln 2 $

About

Playing around with Bloom Filters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0