Asynchronous (asyn-await/promise) function queue.
fast, tiny `queueMicrotask` shim for modern engines
Tiny queue data structure
Simple FIFO queue implementation to avoid having to do shift() on an array, which is slow.
queue-lit is a tiny queue data structure in case you `Array#push()` or `Array#shift()` on large arrays very often
A tiny invariant function
Useful TypeScript utilities.
A shim for the setImmediate efficient script yielding API
Promise queue with concurrency control
Tiny async queue with concurrency control. Like p-limit or fastq, but smaller and faster.
The smallest and simplest JavaScript priority queue
A simple tool to keep requests to be executed in order.
Next tick shim that prefers process.nextTick over queueMicrotask for compat
A tiny warning function
Simple JS queue with auto run for node and browsers
In memory queue system prioritizing tasks
Promise-based queue
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.
LRU Queue
Tiny Casing utils
Simple JS queue with auto run for node and browsers
Sequential asynchronous lock-based queue for promises
A fast, lightweight LRU (Least Recently Used) cache for JavaScript with O(1) operations and optional TTL support.
Tiny CBOR library