- BREAKING: Use Murmur v2.0 that fixes 128bit hash generation to be consistent with the original implementation
- Fix cardinality estimation when
set_bits_count
<=hash_function_count
due to overlap
- Implement BloomFilter.serialize/1 and BloomFilter.deserialize/1
- Update murmur dependency to 1.0.3 to fix compilation warnings
- Fix - work with elixir 1.7 by not using Kernel.floor/1 & Kernel.ceil/1