https://github.com/pkgw/bloomdemo-duplicate
https://github.com/pkgw/bloomdemo-duplicate
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pkgw/bloomdemo-duplicate
- Owner: pkgw
- Created: 2019-11-12T17:44:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-12T17:46:46.000Z (over 6 years ago)
- Last Synced: 2025-01-23T17:35:27.563Z (over 1 year ago)
- Language: Python
- Size: 483 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
The code in this repository implements a data structure known as a "Bloom
filter." You'll probably never need to use a Bloom filter, but it's a nice
self-contained piece of code with nontrivial behavior, which makes it great
for demoing Git!