invertase / denque
The fastest javascript implementation of a double-ended queue. Used by the official Redis, MongoDB, MariaDB & MySQL libraries for Node.js and many other libraries.
☆353Updated last year
Related projects ⓘ
Alternatives and complementary repositories for denque
- Safely and quickly serialize JavaScript objects☆348Updated 6 months ago
- Split Streams3 style☆280Updated 5 months ago
- HTTP/1+2 Fetch API client for Node.js☆336Updated last year
- Node.js implementation of FarmHash, Google's family of high performance hash functions☆444Updated 2 months ago
- Extremely fast utf8 only stream implementation☆266Updated last month
- A node.js module to make the use of promises safe☆668Updated 2 years ago
- Flattens the underlying C structures of a concatenated JavaScript string☆366Updated 2 years ago
- Deterministic JSON.stringify() - a faster version of @substack's json-stable-strigify without jsonify.☆288Updated last year
- Simple and robust resource pool for node.js☆472Updated 4 months ago
- Promisify an event by waiting for it to be emitted☆429Updated 8 months ago
- Create a promise that can be canceled☆441Updated 2 years ago
- Memoize promise-returning & async functions☆396Updated last year
- An inter-process and inter-machine lockfile utility that works on a local or network file system.☆240Updated last year
- Serialize/deserialize an error into a plain object☆539Updated 2 months ago
- Simple “Least Recently Used” (LRU) cache☆678Updated 11 months ago
- Throttle a collection of promise returning functions☆484Updated last year
- Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream☆207Updated 11 months ago
- Get callsites from the V8 stack trace API☆260Updated 4 months ago
- An Implementation of Observables for Javascript☆884Updated last year
- Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!☆350Updated 5 months ago
- Combine an array of streams into a single duplex stream using pump and duplexify☆256Updated 5 months ago
- Gracefully shuts down node http server - can be used with http, express, koa, ...☆217Updated 10 months ago
- Get a stream as a string, Buffer, ArrayBuffer or array☆341Updated 3 weeks ago
- node.js bindings for RE2: fast, safe alternative to backtracking regular expression engines.☆502Updated 2 months ago
- Uber-fast unique id generation, for Node.js and the browser☆727Updated 2 months ago
- A Node.js file system walker with a Readable stream interface. Extracted from fs-extra.☆317Updated last year
- Low level TCP library for Node.js☆602Updated 5 years ago
- Tiny LRU cache for Client or Server☆156Updated this week
- JS implementation of probabilistic data structures: Bloom Filter (and its derived), HyperLogLog, Count-Min Sketch, Top-K and MinHash☆374Updated last week