Skip to content

Releases: barrust/bloom

Version 1.9.0

19 Oct 14:41
a7c736a
Compare
Choose a tag to compare
  • BACKWARD INCOMPATIBLE CHANGES
    • NOTE: Breaks backwards compatibility with previously exported blooms using the default hash!
    • Update to the FNV_1a hash function
    • Simplified hashing at depth by using a seed value

Version 1.8.2

09 Jan 14:59
Compare
Choose a tag to compare
  • Added CPP Guards
  • Ensured that on-disk blooms correctly updated elements_added

Version 1.8.1

22 Nov 20:44
Compare
Choose a tag to compare
  • added test suite
  • update makefile

Version 1.8.0

20 Mar 03:16
edfcffa
Compare
Choose a tag to compare
  • Ensure appropriate use of const char*
  • Simplify hashing algorithm
  • Remove python version

Version 1.7.14

17 Mar 11:56
Compare
Choose a tag to compare
  • Micro optimizations

Version 1.7.13

02 Jul 18:28
Compare
Choose a tag to compare
  • On Disk Bloom Filter support in python
  • Minor code cleanup

Version 1.7.12

29 Jun 00:25
Compare
Choose a tag to compare
  • Python implementation
    • Binary compatibility with import / export from C

Version 1.7.11

12 May 21:22
Compare
Choose a tag to compare
  • Inline functions
  • Fixed possible division by zero bug

Version 1.7.10

12 Apr 22:53
Compare
Choose a tag to compare
  • Unique HashFunction type when using with related libraries

Version 1.7.9

04 Apr 21:20
Compare
Choose a tag to compare
  • Remove define construct to better allow for the use of the functions directly in if-statements