Skip to content

A naive implementation of bloom filter in pure java

Notifications You must be signed in to change notification settings

SatvikNema/bloom-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bloom Filter

This repository contains a simple bloom filter's implementation in java

Simply clone the repository and run the tests:

mvn clean install

Compiled on java 21

Refer this blog for a detailed explanation for how it works

bloom_filter.png

About

A naive implementation of bloom filter in pure java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages