priority_queue
Priority Queue
A JavaScript implementation of a priority queue data structure
A JavaScript PriorityQueue
29 stars
4 watching
12 forks
Language: CoffeeScript
last commit: over 7 years ago
Linked from 1 awesome list
coffeescriptpriority-queue
Related projects:
Repository | Description | Stars |
---|---|---|
| Provides data structures and algorithms for efficient priority queuing in Haskell | 64 |
| A data structure implementation for managing elements of varying priorities in Swift | 372 |
| Implementations of priority queues for Erlang, with varying trade-offs between speed and complexity. | 171 |
| A data structure for efficiently managing items with priorities | 177 |
| A library implementing a priority queue with multiple backends and flexible configuration options. | 11 |
| A C# implementation of a high-performance priority queue optimized for pathfinding applications. | 1,178 |
| A data structure library implementing a B-heap priority queue optimized for cache performance and suitable for efficient insertion and retrieval of elements. | 104 |
| A data type designed to decouple function invocation from parameter application, allowing handlers to be added or removed as needed. | 3 |
| A tiny and efficient JavaScript implementation of a data structure providing fast and amortized O(1) access to queues and dequeues. | 112 |
| A type-safe queue for background tasks using PocketBase. | 37 |
| A Clojure library implementing a task queue that survives process restarts and is bounded by disk space | 385 |
| A queue data structure implemented as a wrapper around the Elixir language's existing queue data type with additional features and improved API. | 34 |
| A Queueing library for CakePHP that allows tasks to be processed asynchronously | 36 |
| A priority task queue built on top of Vert.x and backed by Redis. | 139 |
| Allows delaying promises by a specified amount of time or a random range. | 609 |