bloomit
Space efficient bloom filter based on the bloom-filters npm package.
@ably/bloomit
Space efficient bloom filter based on the bloom-filters npm package.
adaptive-bloom-filter
Fast, memory-efficient bloom filter with adaptive compression and async operations for JavaScript
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.