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.
fast-bloom-filter
Fastest Bloom Filter on NPM. Powered by WASM, written in TypeScript & C.
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.