Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zentures/bloom
- Owner: zentures
- License: mit
- Created: 2013-09-03T02:27:35.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-04-16T07:52:10.000Z (over 6 years ago)
- Last Synced: 2024-05-29T21:20:26.039Z (5 months ago)
- Language: Go
- Homepage: http://zhen.org/blog/benchmarking-bloom-filters-and-hash-functions-in-go/
- Size: 164 KB
- Stars: 147
- Watchers: 8
- Forks: 20
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-go-extra - bloom - 09-03T02:27:35Z|2018-04-16T07:52:10Z| (Generators / Bloom and Cuckoo Filters)
README
bloom
=====
A set of bloom filter implementations, including* Standard
* Partitioned
* ScalableAdditional 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.