blumea

Blumea is a streamlined Bloom filter npm package for your node apps.

bloomfilter.js

Bloom filter is a space efficient probablistic data-structure. This implementation relies on following non-cryptographic hash functions. - Fowler–Noll–Vo hash function. - Jenkins hash function.

@ably/bloomit

Space efficient bloom filter based on the bloom-filters npm package.