Releases: barrust/bloom
Releases · barrust/bloom
Version 1.9.0
Version 1.8.2
- Added CPP Guards
- Ensured that on-disk blooms correctly updated
elements_added
Version 1.8.1
- added test suite
- update makefile
Version 1.8.0
- Ensure appropriate use of const char*
- Simplify hashing algorithm
- Remove python version
- See pyprobables
Version 1.7.14
- Micro optimizations
Version 1.7.13
- On Disk Bloom Filter support in python
- Minor code cleanup
Version 1.7.12
- Python implementation
- Binary compatibility with import / export from C
Version 1.7.11
- Inline functions
- Fixed possible division by zero bug
Version 1.7.10
- Unique HashFunction type when using with related libraries
Version 1.7.9
- Remove
define
construct to better allow for the use of the functions directly in if-statements