Skip to content

Releases: jvirkki/libbloom

Release 2.0

18 Sep 06:12
Compare
Choose a tag to compare
* 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

18 Feb 07:33
07136f9
Compare
Choose a tag to compare
  • Version 1.6
  • Added a simple bloom_reset() function.
  • Peformance boost on membership test if element not present.
  • Test cleanup and coverage.

1.5

08 Jun 07:10
Compare
Choose a tag to compare
1.5

Version 1.5

Version 1.4

24 Feb 07:45
Compare
Choose a tag to compare
v1.4

Version 1.4

version 1.3

18 Oct 07:28
Compare
Choose a tag to compare

version 1.3

v1.1

18 Sep 10:02
Compare
Choose a tag to compare
Add 1.1 collision test reports.

v1.0

18 Sep 04:39
Compare
Choose a tag to compare
Add test option to run collissions only and related scripts.