Skip to content

Releases: jvirkki/libbloom

Release 2.0

Choose a tag to compare

@jvirkki jvirkki released this 18 Sep 06:12
* 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

Choose a tag to compare

@jvirkki jvirkki released this 18 Feb 07:33
07136f9
  • Version 1.6
  • Added a simple bloom_reset() function.
  • Peformance boost on membership test if element not present.
  • Test cleanup and coverage.

1.5

1.5

Choose a tag to compare

@jvirkki jvirkki released this 08 Jun 07:10

Version 1.5

Version 1.4

Choose a tag to compare

@jvirkki jvirkki released this 24 Feb 07:45
v1.4

Version 1.4

version 1.3

Choose a tag to compare

@jvirkki jvirkki released this 18 Oct 07:28

version 1.3

v1.1

Choose a tag to compare

@jvirkki jvirkki released this 18 Sep 10:02
Add 1.1 collision test reports.

v1.0

Choose a tag to compare

@jvirkki jvirkki released this 18 Sep 04:39
Add test option to run collissions only and related scripts.