Skip to content

Releases: Vonmo/erbloom

v2.1.0-rc.2

06 Jun 19:00
8d717ec
Compare
Choose a tag to compare
v2.1.0-rc.2 Pre-release
Pre-release

We are waiting stable release of rustler and then will release stable 2.1.

Forgetful Bloom Filters (FBFs)

17 May 19:12
b51e77b
Compare
Choose a tag to compare

Forgetful Bloom filter is an extension of the classic Bloom's filter algorithm needs for keeping a partial history.

Thanks to @Vagabond for this functional!

v2.0.1

19 Feb 11:33
eb78f6a
Compare
Choose a tag to compare

This release includes improvements from #5 request and added tags-based versioning model for the app.

New API performance improvments

14 Feb 08:43
32a3df9
Compare
Choose a tag to compare

This release includes:

  • Serialize bloom bitmap to an Erlang binary, not a list
  • Add new_for_fp_rate/2 and check_and_set/2
  • Make return types more idiomatic
  • Make clear/1 clear the current bloom, don't copy it
  • Add documentation and type specs
  • Remove redundant information from the resource struct
  • Add deserialization helper for deserializing the tuple return

Thanks to @Vagabond for this improvements!

Added Erlang 22 support, building env improved

14 Jan 19:12
c3a2ba3
Compare
Choose a tag to compare