queue-lit is a tiny queue data structure in case you `Array#push()` or `Array#shift()` on large arrays very often
Fast, in memory work queue
In memory queue system prioritizing tasks
A Promise-based dynamic priority queue runner.
TypeScript definitions for js-priority-queue
Efficient Binary heap (priority queue, binary tree) data structure for JavaScript / TypeScript. Includes JavaScript methods, Python's heapq module methods, and Java's PriorityQueue methods.
High-priority task queue for Node.js and browsers
A tiny (139B to 204B) utility to regulate the execution rate of your functions
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.
Lightweight utilities for debouncing, throttling, and more - designed for npm packages.
Microsoft Azure Storage SDK for JavaScript - Queue
https://linux.die.net/man/2/nice binding for Node.js
Evaluate asynchronous tasks with configurable concurrency.
Simple FIFO queue implementation to avoid having to do shift() on an array, which is slow.
A simple, customizable, and lightweight priority queue for promise based tasks.
asynchronous function queue with adjustable concurrency
wrapper around async.queue to make some common usages simpler
A simple priority queue for co
asynchronous function queue with adjustable concurrency
Zero dependency library to safe merge objects.
A JS library for finding optimal label position inside a polygon
Utilities for debouncing, throttling, rate-limiting, queuing, and more.
Vow-based task queue
Extremely fast double-ended queue implementation