Skip to content

Releases: tverghis/flit

0.1.1

05 Apr 05:02
Compare
Choose a tag to compare

Minor performance improvements
Added benchmarks

v0.1.0

03 Apr 19:10
Compare
Choose a tag to compare

Initial release!

Supports the basics of a Bloom filter:

  1. Automatically choosing the optimum size and number of hashes for the filter
  2. Adding an item to the filter
  3. Checking for the existence of an item in the filter.