Skip to content

aokolish/bloomin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bloomin

Bloomin is a really quickly hacked together example of a bloom filter. In fact, I'm not even sure it's written properly. So, use this at your own risk.

Usage

filter = Bloomin::Filter.new
filter.is_word? "aoeu"   # => false
filter.is_word? "cats"   # => true

Bloomin assumes that the file /usr/share/dict/words exists. If not, stuff will blow up.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages