@ably/bloomit
Space efficient bloom filter based on the bloom-filters npm package.
bloomit
Space efficient bloom filter based on the bloom-filters npm package.
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.
esds
ES6 JS lightweight data structures (Priority Queue, Binary Search Tree (BST), Graph, Bloom Filters, Trie, Queue, Stack, Linked-List)
bloomxx
bloom filters backed by xxhash