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.
wrapped 'bloomfilter' \ 'bloomfilter.js' with 'basex-encoder'
This is a fork of bloomfilter.js to address a couple issues.
TypeScript definitions for bloomfilter
Extremely fast pure-javascript bloom filter for node and browsers
A set of bloom filter implementations for coffee/javascipt.
The RAW BloomFilter library, a fast, memory-efficient bloom filter implementation for membership checks.
String Data Structures and Algorithms Library in JavaScript
Fast, efficient and easy to use Bloom filter.
No description provided.
No description provided.