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: about 7 years ago
Linked from 1 awesome list

coffeescriptpriority-queue

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
jaspervdj/psqueues Provides data structures and algorithms for efficient priority queuing in Haskell 64
davecom/swiftpriorityqueue A data structure implementation for managing elements of varying priorities in Swift 372
okeuday/pqueue Implementations of priority queues for Erlang, with varying trade-offs between speed and complexity. 171
garro95/priority-queue A data structure for efficiently managing items with priorities 175
falood/queuex A library implementing a priority queue with multiple backends and flexible configuration options. 11
blueraja/high-speed-priority-queue-for-c-sharp A C# implementation of a high-performance priority queue optimized for pathfinding applications. 1,174
rollbear/prio_queue A 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-queue A data type designed to decouple function invocation from parameter application, allowing handlers to be added or removed as needed. 3
tomeraberbach/quetie A tiny and efficient JavaScript implementation of a data structure providing fast and amortized O(1) access to queues and dequeues. 112
joseferben/pocketbase-queue A type-safe queue for background tasks using PocketBase. 35
clj-commons/durable-queue A Clojure library implementing a task queue that survives process restarts and is bounded by disk space 385
princemaple/elixir-queue A queue data structure implemented as a wrapper around the Elixir language's existing queue data type with additional features and improved API. 33
cakephp/queue A Queueing library for CakePHP that allows tasks to be processed asynchronously 37
sczyh30/vertx-kue A priority task queue built on top of Vert.x and backed by Redis. 140
sindresorhus/delay Allows delaying promises by a specified amount of time or a random range. 609