An open API service indexing awesome lists of open source software.

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.

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!