/bloom-filter

A simple implementation of bloom filter

Primary LanguageJupyter Notebook

Bloom Filter

This repository contains a simple implementation of bloom filter. There are two different implementations one in python and another in rust. More details of these are presented in the respective README of each language directory.

Credits

The code is a Python and Rust version of Arpit Bhayani's (Asli Engineer) version of implementing a bloom filter in Golang. Here's the link to his video, do give it a watch.