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.
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.
A native implementation of a bloom filter
A native implementation of HLL
A native implementation of a cuckoofilter
Bloom Filter implementation at the tip of your require.
A native bloomfilter lib using 64bit murmur hash.
A predictable state container with pattern matched semantics
Node.js bindings to Skizze (https://github.com/skizzehq/skizze)
bloomfilter filter wrap
A wrapper for bloomfilter.
This is a fork of bloomfilter.js to address a couple issues.
Collection of datastructures and algorithims for typescript and javascript.