https://github.com/ccding/bloomfilter
A simple go implementation of bloomfilter
https://github.com/ccding/bloomfilter
Last synced: 8 months ago
JSON representation
A simple go implementation of bloomfilter
- Host: GitHub
- URL: https://github.com/ccding/bloomfilter
- Owner: ccding
- License: apache-2.0
- Created: 2020-03-27T20:20:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-28T14:56:03.000Z (about 6 years ago)
- Last Synced: 2025-03-28T18:52:18.617Z (about 1 year ago)
- Language: Go
- Size: 7.81 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bloomfilter
A simple go implementation of bloomfilter