A fast and concurrent bloom filter.
This module implements a bit array using Erlang's :array module.
:array
A guava-like bloom filter
Behaviour for a bloom filter hashing strategy
Bloom filter using Murmur_x64_128 to hash the element.