Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zentures/bloom

Bloom filters implemented in Go.
https://github.com/zentures/bloom

Last synced: 8 days ago
JSON representation

Bloom filters implemented in Go.

Awesome Lists containing this project

README

        

bloom
=====
A set of bloom filter implementations, including

* Standard
* Partitioned
* Scalable

Additional information regarding benchmarks is [here](http://zhen.org/blog/benchmarking-bloom-filters-and-hash-functions-in-go/).

For examples, take a look at the *_test.go files in each of the directories.