fastfilter_java

Fast Approximate Membership Filters (Java) (by FastFilter)

Fastfilter_java Alternatives

Similar projects and alternatives to fastfilter_java

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better fastfilter_java alternative or higher similarity.

fastfilter_java reviews and mentions

Posts with mentions or reviews of fastfilter_java. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-11.
  • Bloom Filters – Much, much more than a space efficient hashmap
    4 projects | news.ycombinator.com | 11 Aug 2021
    There are many alternatives to Bloom filters, but some variants of Bloom filters are still competitive. I'm one of the authors of some benchmarks for filters: https://github.com/FastFilter/fastfilter_cpp (this is based on the cuckoo filter benchmark) and https://github.com/FastFilter/fastfilter_java

    For static sets (where you construct the filter once and then use it for lookup), blocked Bloom filters are the fastest, for lookup. They do need a bit more space (maybe 10% more than Bloom filters). Also very fast are binary fuse filters (which are new), and xor filters. Cuckoo filters, ribbon filters, and Bloom filters are a bit slower.

    For dynamic sets (where you can add and remove entries later), the fastest (again for lookup) are probably "Succinct counting blocked Bloom filter" (no paper yet for this): they are a combination of blocked Bloom filters and counting Bloom filters, so lookup is identical to the blocked Bloom filter. Then cuckoo filters, and counting Bloom filters.

Stats

Basic fastfilter_java repo stats
1
235
5.9
4 months ago

FastFilter/fastfilter_java is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of fastfilter_java is Java.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com