https://github.com/pkgw/bloomdemo
A simple Python project implementing a Bloom filter for fooling around with Git.
https://github.com/pkgw/bloomdemo
Last synced: 11 months ago
JSON representation
A simple Python project implementing a Bloom filter for fooling around with Git.
- Host: GitHub
- URL: https://github.com/pkgw/bloomdemo
- Owner: pkgw
- Created: 2010-08-23T02:09:49.000Z (almost 16 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T18:05:48.000Z (over 2 years ago)
- Last Synced: 2024-10-14T09:51:25.204Z (over 1 year ago)
- Language: Python
- Homepage: http://github.com/pkgw/git-lab/
- Size: 495 KB
- Stars: 1
- Watchers: 3
- Forks: 16
- 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!