redbloom
A predictable state container with pattern matched semantics
bloomf
Bloom Filter implementation at the tip of your require.
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.
kolekto
Collection of datastructures and algorithims for typescript and javascript.