prio_queue
Priority queue
A data structure library implementing a B-heap priority queue optimized for cache performance and suitable for efficient insertion and retrieval of elements.
C++14 cache friendly B-heap priority queue
104 stars
7 watching
16 forks
Language: C++
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
garro95/priority-queue | A data structure for efficiently managing items with priorities | 175 |
davecom/swiftpriorityqueue | A data structure implementation for managing elements of varying priorities in Swift | 372 |
blueraja/high-speed-priority-queue-for-c-sharp | A C# implementation of a high-performance priority queue optimized for pathfinding applications. | 1,174 |
strd6/priority_queue | A JavaScript implementation of a priority queue data structure | 29 |
jaspervdj/psqueues | Provides data structures and algorithms for efficient priority queuing in Haskell | 64 |
falood/queuex | A library implementing a priority queue with multiple backends and flexible configuration options. | 11 |
okeuday/pqueue | Implementations of priority queues for Erlang, with varying trade-offs between speed and complexity. | 171 |
primlabs/bucket | A library providing a simple storage solution using stable memory, allowing canisters to store data without GC costs and upgradeability. | 31 |
takscape/elixir-heapq | A priority queue implementation in Elixir using a heap data structure. | 8 |
joseferben/pocketbase-queue | A type-safe queue for background tasks using PocketBase. | 35 |
qiao/heap.js | A binary heap data structure implementation in CoffeeScript/JavaScript for efficient priority management | 126 |
rigtorp/mpmcqueue | A concurrent queue implementation with bounded capacity, designed for high-performance and low-latency applications. | 1,196 |
dirkaholic/kyoo | An unlimited job queue with concurrent worker pools for Go applications | 51 |
cakephp/queue | A Queueing library for CakePHP that allows tasks to be processed asynchronously | 37 |
adrianbrad/queue | Thread-safe, generic implementations of queue data structures in Go | 274 |