Skip to content

Julmust/bloom-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bloom-filter

Naive implementation of a bloom filter

Usage

Inserting

Call obj.insert(value) which checks if value is present or not

Presence check

Call obj.is_present(value)

About

Naive implementation of bloomer filter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages