Simple JS queue with auto run for node and browsers
Fast, in memory work queue
queue-lit is a tiny queue data structure in case you `Array#push()` or `Array#shift()` on large arrays very often
In memory queue system prioritizing tasks
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.
A Promise-based dynamic priority queue runner.
High-priority task queue for Node.js and browsers
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.
A tiny (139B to 204B) utility to regulate the execution rate of your functions
Lightweight utilities for debouncing, throttling, and more - designed for npm packages.
Evaluate asynchronous tasks with configurable concurrency.
Microsoft Azure Storage SDK for JavaScript - Queue
https://linux.die.net/man/2/nice binding for Node.js
asynchronous function queue with adjustable concurrency
A simple, customizable, and lightweight priority queue for promise based tasks.
Simple FIFO queue implementation to avoid having to do shift() on an array, which is slow.
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.
Utilities for debouncing, throttling, rate-limiting, queuing, and more.
A JS library for finding optimal label position inside a polygon
Vow-based task queue
Extremely fast double-ended queue implementation