Fast FIFO queue backed by a singly-linked list of fixed-size circular buffers. Adapted from Node.js's internal `fixed_queue.js`.
Curated collection of data structures for the JavaScript/TypeScript.
Tiny queue data structure
fast, tiny `queueMicrotask` shim for modern engines
A shim for the setImmediate efficient script yielding API
Promise queue with concurrency control
A simple tool to keep requests to be executed in order.
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
utilities for observable asynchronous control flow
Lightweight utilities for debouncing, throttling, and more - designed for npm packages.
Next tick shim that prefers process.nextTick over queueMicrotask for compat
Promise-based queue
LRU Queue
Simple JS queue with auto run for node and browsers
In memory queue system prioritizing tasks
Utilities for debouncing, throttling, rate-limiting, queuing, and more.
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 JS queue with auto run for node and browsers
Sequential asynchronous lock-based queue for promises
Fast, in memory work queue
Utilities for debouncing and throttling functions in React.
asynchronous function queue with adjustable concurrency
A promise based, dynamic priority queue runner, with concurrency limiting.