fleur VS bloomd

Compare fleur vs bloomd and see what are their differences.

fleur

Fleur implements a Bloom Filter library in C that is fully compatible with DCSO's Go and python implementations. (by hashlookup)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
fleur bloomd
3 2
116 1,232
0.0% -
0.0 0.0
about 1 year ago about 1 year ago
C C
BSD 3-clause "New" or "Revised" License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

fleur

Posts with mentions or reviews of fleur. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-26.
  • Fleur – A bloom filter implementation in C
    5 projects | news.ycombinator.com | 26 Jul 2022
    > There is also strange code like this loop https://github.com/hashlookup/fleur/blob/4ee2644a850381d928a... that jumped into my eye.

    The line below that is worse:

    strncpy(bloom_path , argv[optind], 128);

    If you pass something >= 128 chars then bloom_path won't be null terminated. In general strncpy should never be used for copying strings.

    For expansion on that: https://ramblings.implicit.net/c/2014/05/02/c-functions-that...

bloomd

Posts with mentions or reviews of bloomd. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-26.
  • Fleur – A bloom filter implementation in C
    5 projects | news.ycombinator.com | 26 Jul 2022
    bloomd: a combination of SpookyHash and murmur[2]

    [1]: https://llimllib.github.io/bloomfilter-tutorial/ (I'll update it to add bloomd and spooky)

    [2]: https://github.com/armon/bloomd/blob/23c19a7f5cbb35d7c3d970b...

    [3]: I have a vague recollection of somebody telling me why combining two hashes in the way bloomd does for k >= 4 is a good idea but I can't remember - anybody have a good reference for me to link to?

What are some alternatives?

When comparing fleur and bloomd you can also consider the following projects:

yara-python - The Python interface for YARA

RedisBloom - Probabilistic Datatypes Module for Redis