Callidon / bloom-filtersLinks
JS implementation of probabilistic data structures: Bloom Filter (and its derived), HyperLogLog, Count-Min Sketch, Top-K and MinHash
☆421Updated 2 months ago
Alternatives and similar repositories for bloom-filters
Users that are interested in bloom-filters are comparing it to the libraries listed below
Sorting:
- Node.js bindings for the simdjson project: "Parsing gigabytes of JSON per second"☆599Updated 2 years ago
- The fastest javascript implementation of a double-ended queue. Used by the official Redis, MongoDB, MariaDB & MySQL libraries for Node.js…☆367Updated 2 years ago
- Roaring for NodeJS☆126Updated 7 months ago
- node.js bindings for RE2: fast, safe alternative to backtracking regular expression engines.☆526Updated 4 months ago
- Simple, efficient, ultra-fast, scalable data store wrapper for LMDB☆590Updated last month
- The micro-library of Node.js stream components for creating custom JSON processing pipelines with a minimal memory footprint. It can pars…☆1,107Updated 8 months ago
- Ultra-fast MessagePack implementation with extension for record and structural cloning / msgpack.org[JavaScript/NodeJS]☆598Updated last week
- Node.js implementation of FarmHash, Google's family of high performance hash functions☆452Updated 3 months ago
- Uber-fast unique id generation, for Node.js and the browser☆739Updated last year
- Node.js implementation of HighwayHash, Google's fast and strong hash function☆221Updated 3 years ago
- Distributed mutex and semaphore based on Redis☆191Updated 2 months ago
- Extremely fast utf8 only stream implementation☆296Updated this week
- Fast JSON Web Token implementation