gloomex v0.2.0 API Reference

Modules

A fast and concurrent bloom filter.

This module implements a bit array using Erlang's :array module.

A guava-like bloom filter

Behaviour for a bloom filter hashing strategy

Bloom filter using Murmur_x64_128 to hash the element.