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

GitHub

104 stars
7 watching
16 forks
Language: C++
last commit: over 5 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
garro95/priority-queueA data structure for efficiently managing items with priorities177
davecom/swiftpriorityqueueA data structure implementation for managing elements of varying priorities in Swift372
blueraja/high-speed-priority-queue-for-c-sharpA C# implementation of a high-performance priority queue optimized for pathfinding applications.1,178
strd6/priority_queueA JavaScript implementation of a priority queue data structure29
jaspervdj/psqueuesProvides data structures and algorithms for efficient priority queuing in Haskell64
falood/queuexA library implementing a priority queue with multiple backends and flexible configuration options.11
okeuday/pqueueImplementations of priority queues for Erlang, with varying trade-offs between speed and complexity.171
primlabs/bucketA library providing a simple storage solution using stable memory, allowing canisters to store data without GC costs and upgradeability.31
takscape/elixir-heapqA priority queue implementation in Elixir using a heap data structure.8
joseferben/pocketbase-queueA type-safe queue for background tasks using PocketBase.37
qiao/heap.jsA binary heap data structure implementation in CoffeeScript/JavaScript for efficient priority management126
rigtorp/mpmcqueueA concurrent queue implementation with bounded capacity, designed for high-performance and low-latency applications.1,212
dirkaholic/kyooAn unlimited job queue with concurrent worker pools for Go applications51
cakephp/queueA Queueing library for CakePHP that allows tasks to be processed asynchronously36
adrianbrad/queueThread-safe, generic implementations of queue data structures in Go276