zentures / bloom

Bloom filters implemented in Go.

Home Page:http://zhen.org/blog/benchmarking-bloom-filters-and-hash-functions-in-go/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bloom

A set of bloom filter implementations, including

  • Standard
  • Partitioned
  • Scalable

Additional information regarding benchmarks is here.

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

About

Bloom filters implemented in Go.

http://zhen.org/blog/benchmarking-bloom-filters-and-hash-functions-in-go/

License:MIT License


Languages

Language:Go 100.0%