Just a boilerplate for building a library with TS + Github action for testing and releasing
queue-lit is a tiny queue data structure in case you `Array#push()` or `Array#shift()` on large arrays very often
Tiny queue data structure
The smallest and simplest JavaScript priority queue
asynchronous function queue with adjustable concurrency
A simple tool to keep requests to be executed in order.
Sequential asynchronous lock-based queue for promises
fast, tiny `queueMicrotask` shim for modern engines
A shim for the setImmediate efficient script yielding API
Fast, in memory work queue
Extremely fast double-ended queue implementation
wait-on is a cross platform command line utility and Node.js API which will wait for files, ports, sockets, and http(s) resources to become available
The smallest and simplest JavaScript priority queue
Better Stack JavaScript logging tools (formerly Logtail)
Headless CLI client for the Agent Client Protocol (ACP) — talk to coding agents from the command line
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.
Simple FIFO queue implementation to avoid having to do shift() on an array, which is slow.
Process thousands of asynchronous or synchronous jobs, concurrently or sequentially, safely and efficiently, without creating thousands of closures.
Lightweight utilities for debouncing, throttling, and more - designed for npm packages.
A javascript wait queue object handle infinity loop tasks more efficiently (using ES6 class and promise)
Promise queue with concurrency control
A Node.js library for interacting with the Vercel Queue Service API
Utility to wait for a TCP port to open.
wrapper around async.queue to make some common usages simpler