Simple Queue written in TypeScript
A shim for the setImmediate efficient script yielding API
A simple tool to keep requests to be executed in order.
Tiny queue data structure
fast, tiny `queueMicrotask` shim for modern engines
Better Queue for NodeJS
Simple JS queue with auto run for node and browsers
A Node.js library for interacting with the Vercel Queue Service API
Task and Message Queues with Multiple Providers
Simple JS queue with auto run for node and browsers
Promise queue with concurrency control
Sequential asynchronous lock-based queue for promises
Curated collection of data structures for the JavaScript/TypeScript.
queue-lit is a tiny queue data structure in case you `Array#push()` or `Array#shift()` on large arrays very often
The smallest and simplest JavaScript priority queue
Next tick shim that prefers process.nextTick over queueMicrotask for compat
a simple priority queue data structure
LRU 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.
Promise-based queue
In memory queue system prioritizing tasks
A simple, fast, robust job/task queue, backed by Redis.
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.
Simple FIFO queue implementation to avoid having to do shift() on an array, which is slow.