https://github.com/zhenjl/bloom
Bloom filters implemented in Go.
https://github.com/zhenjl/bloom
Last synced: 8 months 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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-04-16T07:52:10.000Z (over 7 years ago)
- Last Synced: 2024-05-29T21:20:26.039Z (over 1 year 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-cn - bloom
- awesome-go - bloom - Bloom filters implemented in Go. (Data Structures and Algorithms / Bloom and Cuckoo Filters)
- fucking-awesome-go - :octocat: bloom - Bloom filters implemented in Go. :star: 83 :fork_and_knife: 10 (Data Structures / Advanced Console UIs)
- awesome-go - bloom - | - | - | (Data Structures / Advanced Console UIs)
- awesome-go-cn - bloom
- awesome-go - bloom - Bloom filters implemented in Go. (Data Structures and Algorithms / Bloom and Cuckoo Filters)
- awesome-go-plus - bloom - Bloom filters implemented in Go.  (Data Structures and Algorithms / Bloom and Cuckoo Filters)
- 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)
- awesome-go-with-stars - bloom - Bloom filters implemented in Go. (Data Structures and Algorithms / Bloom and Cuckoo Filters)
- awesome-go - bloom - Bloom filters implemented in Go. (Data Structures and Algorithms / Bloom and Cuckoo Filters)
- awesome-go-cn - bloom
- awesome-Char - bloom - Bloom filters implemented in Go. (Data Structures / Advanced Console UIs)
- awesome-go - bloom - Bloom filters implemented in Go. - :arrow_down:11 - :star:87 (Data Structures / Advanced Console UIs)
- awesome-go-cn - bloom
- awesome-go - bloom - Bloom filters implemented in Go. (Data Structures / Advanced Console UIs)
- fucking-awesome-go - bloom - Bloom filters implemented in Go. (Data Structures and Algorithms / Bloom and Cuckoo Filters)
- awesome-go - bloom - Bloom filters implemented in Go. (Data Structures and Algorithms / Bloom and Cuckoo Filters)
- awesome-go - bloom - Go实现的Bloom过滤器。 (<span id="数据结构-data-structures">数据结构 Data Structures</span> / <span id="高级控制台用户界面-advanced-console-uis">高级控制台用户界面 Advanced Console UIs</span>)
- awesome-go - bloom - Bloom filters implemented in Go. (Data Structures / Advanced Console UIs)
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.