A Node.js library for interacting with the Vercel Queue Service API
async/await simple priority queues
A really simple message queue based on Redis
Queueing jobs in Postgres from Node.js like a boss
Promised out of order transform.
Curated collection of data structures for the JavaScript/TypeScript.
The smallest and simplest JavaScript priority queue
queue-lit is a tiny queue data structure in case you `Array#push()` or `Array#shift()` on large arrays very often
Useful TypeScript utilities.
A queue implementation that can be iterated over
Async Function Queue
yargs the modern, pirate-themed, successor to optimist.
Next tick shim that prefers process.nextTick over queueMicrotask for compat
a simple priority queue data structure
Multi-strategy job queue with local and BullMQ support
Tiny async queue with concurrency control. Like p-limit or fastq, but smaller and faster.
Promise-based queue
A simple queue node that store incoming messages in memory queue and uses a feedback from a following action or trigger message to release the next message stored in the queue.
LRU Queue
In memory queue system prioritizing tasks
A simple, fast, robust job/task queue, backed by Redis.
A continuation-local storage module compatible with NestJS's dependency injection.
Utility method to run function either synchronously or asynchronously using the common `this.async()` style.
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. Maintains compatability with deque.