Releases: jvirkki/libbloom
Releases · jvirkki/libbloom
Release 2.0
* Version 2.0
* The following incompatible changes are introduced in this
new major release:
- Removed deprecated bloom_init_size() function.
It has not been needed since v1.1 but was kept around
for compatibility.
- Types within struct bloom have changed. Any client code
which accesses these directly may need to be updated.
Typical client code which does not access the struct bloom
fields directly is not impacted by the change.
* Added bloom_save() and bloom_load()
* Added bloom_merge()
* Fix bitfield size computation when number of elements is large.
* Deprecated bloom_init(). Please migrate to bloom_init2().
- bloom_init() will not be removed until at least v3.0
so existing code will continue to work as-is. But to take
advantage of the higher size limits, migrate to bloom_init2().
Version 1.6
- Version 1.6
- Added a simple bloom_reset() function.
- Peformance boost on membership test if element not present.
- Test cleanup and coverage.
1.5
Version 1.4
v1.4 Version 1.4
version 1.3
version 1.3