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.
-
Notifications
You must be signed in to change notification settings - Fork 5
A Java implementation of the bloomier filter data structure
License
egrim/java-bloomier-filter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A Java implementation of the bloomier filter data structure
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published