Skip to content

egrim/java-bloomier-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Java implementation of the bloomier filter proposed in Chazelle et al. (section 3: An Optimal Bloomier Filter). As far as I am aware this is the only freely available implementation online. It includes separate classes for both the immutable and mutable structures. Internally, the kryo serialization library is utilized to efficiently convert the values stored into byte arrays which can be utilized as described in the paper. Otherwise it is pretty much a straight implementation of the proposed construction and accessor algorithm. Suggestions and patches/pull requests gladly accepted to improve upon this humble first pass.

About

A Java implementation of the bloomier filter data structure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages