Skip to content

dgt79/bloom-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bloom-filters

Bloom filter kata done in Clojure

Not sure how correct the implementation is as a persistent data structure might defeat the entire purpose of a bloom filter; instead of having a big array... we might have multiple arrays (hash-functions count * words stored in the filter). Something to look into.

Usage

FIXME

License

Distributed under the Eclipse Public License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published