https://github.com/zhenjl/bloom
Bloom filters implemented in Go.
https://github.com/zhenjl/bloom
Last synced: 18 days ago
JSON representation
Bloom filters implemented in Go.
- Host: GitHub
- URL: https://github.com/zhenjl/bloom
- Owner: zentures
- License: mit
- Created: 2013-09-03T02:27:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-04-16T07:52:10.000Z (almost 7 years ago)
- Last Synced: 2024-05-29T21:20:26.039Z (11 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 - bloom - Bloom filters implemented in Go. - ★ 119 (Data Structures)
- awesome-go - bloom - Bloom filters implemented in Go. (Data Structures and Algorithms / 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.