priority-queue
Priority queue
A data structure for efficiently managing items with priorities
A priority queue for Rust with efficient change function.
177 stars
7 watching
29 forks
Language: Rust
last commit: 5 months ago
Linked from 1 awesome list
data-structuresheapheap-algorithmmin-max-heappriority-queue
Related projects:
Repository | Description | Stars |
---|---|---|
| A data structure implementation for managing elements of varying priorities in Swift | 372 |
| A JavaScript implementation of a priority queue data structure | 29 |
| A data structure library implementing a B-heap priority queue optimized for cache performance and suitable for efficient insertion and retrieval of elements. | 104 |
| Implementations of priority queues for Erlang, with varying trade-offs between speed and complexity. | 171 |
| Provides data structures and algorithms for efficient priority queuing in Haskell | 64 |
| 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 priority queue implementation in Elixir using a heap data structure. | 8 |
| 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 priority task queue built on top of Vert.x and backed by Redis. | 139 |
| A binary heap data structure implementation in CoffeeScript/JavaScript for efficient priority management | 126 |
| Thread-safe, generic implementations of queue data structures in Go | 276 |
| An implementation of the Celery task queue system in Rust | 786 |
| A Java implementation of a lightweight message queue that uses Redis as the underlying data store | 36 |
| A simple, in-memory queue with worker pooling and rate limiting. | 266 |