priority_queue

Priority Queue

A JavaScript implementation of a priority queue data structure

A JavaScript PriorityQueue

GitHub

29 stars
4 watching
12 forks
Language: CoffeeScript
last commit: almost 9 years ago
Linked from 1 awesome list

coffeescriptpriority-queue

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
jaspervdj/psqueuesProvides data structures and algorithms for efficient priority queuing in Haskell64
davecom/swiftpriorityqueueA data structure implementation for managing elements of varying priorities in Swift372
okeuday/pqueueImplementations of priority queues for Erlang, with varying trade-offs between speed and complexity.171
garro95/priority-queueA data structure for efficiently managing items with priorities177
falood/queuexA library implementing a priority queue with multiple backends and flexible configuration options.11
blueraja/high-speed-priority-queue-for-c-sharpA C# implementation of a high-performance priority queue optimized for pathfinding applications.1,178
rollbear/prio_queueA data structure library implementing a B-heap priority queue optimized for cache performance and suitable for efficient insertion and retrieval of elements.104
athanclark/purescript-queueA data type designed to decouple function invocation from parameter application, allowing handlers to be added or removed as needed.3
tomeraberbach/quetieA tiny and efficient JavaScript implementation of a data structure providing fast and amortized O(1) access to queues and dequeues.112
joseferben/pocketbase-queueA type-safe queue for background tasks using PocketBase.37
clj-commons/durable-queueA Clojure library implementing a task queue that survives process restarts and is bounded by disk space385
princemaple/elixir-queueA queue data structure implemented as a wrapper around the Elixir language's existing queue data type with additional features and improved API.34
cakephp/queueA Queueing library for CakePHP that allows tasks to be processed asynchronously36
sczyh30/vertx-kueA priority task queue built on top of Vert.x and backed by Redis.139
sindresorhus/delayAllows delaying promises by a specified amount of time or a random range.609