Skip to content

Oliverdeb/Bloom-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bloom-filter

A bloom filter is a light-weight probabilistic data structure designed to ascertain whether a given element is a member of a set.

Hash functions used

  • Standard java hashcode
  • 64 bit murmurhash implementation from here.
  • FNV1
  • FNV1-A

About

Java Bloom filter implementation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages