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

https://github.com/hauntedhost/bloom-filters

Tinkering with https://samwho.dev/bloom-filters
https://github.com/hauntedhost/bloom-filters

Last synced: 9 months ago
JSON representation

Tinkering with https://samwho.dev/bloom-filters

Awesome Lists containing this project

README

          

## Bloom Filters

![32-bit numerical hash functions](assets/hash.png)

A tiny Rust adaptation of this [Bloom Filters](https://samwho.dev/bloom-filters) post by [samwho](https://github.com/samwho).