Priority queue/buffer with capacity limits and custom comparator. Methods push/shift/length match the Array API.
Priority queue with message-group based partitioning and equal attention guarantee for each message group based on Redis
multilevel priority queue for downloading stuff from browser
TypeScript Priority Queue
fast, tiny `queueMicrotask` shim for modern engines
Updatable heap-based priority queue in JavaScript
Command lines to interface with dq (Redis priority queue)
A asynchronous priority queue implementation
ES6 JS lightweight data structures (Priority Queue, Binary Search Tree (BST), Graph, Bloom Filters, Trie, Queue, Stack, Linked-List)
Data Structures of Javascript & TypeScript. AVLTree, Binary Search Tree, Binary Tree, Tree Multiset, Graph, Heap, Priority Queue, Linked List.
A lightweight, concurrency-controlled, **priority-based** task queue for Promises.
Priority queue for next.
A double-ended priority queue based on min-max heaps.
Core primitives for channel-LLM communication routing - state machine, conversation tracking, priority queue, and channel router
A Priority Queue implementation with O(1) lookups for lookup by value.
High-performance priority queue with unique key constraint (O(1) lookup, O(log n) update)
A performant updatable priority queue which can pop AND shift.
A Priority Queue Manager for Node.js
A package to simplify queueing and control of asynchronous tasks
An efficient es6 implementation of priority queue using binary heap data structure
Priority Queue implementation in typescript.
A simple priority queue built on top of IndexedDB
Fast javascript library for priority queue with variety of heap trees underneath
An in-memory priority queue that prevents starvation by balancing priority and arrival time. Items are greedily prioritized within each batch of the longest-waiting items, ensuring fairness alongside prioritization and bounded delays for low-priority task