Releases: Vonmo/erbloom
Releases · Vonmo/erbloom
v2.1.0-rc.2
- added new generalized api
- improved internal structure of crate
- improved tests
- added documentation (edoc)
- published hex.pm package https://hex.pm/packages/erbloom
- configured CI https://travis-ci.org/github/Vonmo/erbloom
- added elixir example which uses hex package
We are waiting stable release of rustler and then will release stable 2.1.
Forgetful Bloom Filters (FBFs)
v2.0.1
New API performance improvments
This release includes:
- Serialize bloom bitmap to an Erlang binary, not a list
- Add
new_for_fp_rate/2
andcheck_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
v1.1.0 improved build env