queuex
Priority queue
A library implementing a priority queue with multiple backends and flexible configuration options.
Elixir Priority Queue
11 stars
2 watching
1 forks
Language: Elixir
last commit: almost 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
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 |
davecom/swiftpriorityqueue | A data structure implementation for managing elements of varying priorities in Swift | 372 |
fredwu/opq | A simple, in-memory queue with worker pooling and rate limiting. | 266 |
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 |
takscape/elixir-heapq | A priority queue implementation in Elixir using a heap data structure. | 8 |
falood/eio | An Elixir implementation of the Engine.io real-time communication protocol server | 14 |
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 |
cakephp/queue | A Queueing library for CakePHP that allows tasks to be processed asynchronously | 37 |
blueraja/high-speed-priority-queue-for-c-sharp | A C# implementation of a high-performance priority queue optimized for pathfinding applications. | 1,174 |
crowdhailer/ok | Provides elegant error handling and result monad support in Elixir | 602 |
koudelka/honeydew | A pluggable job queue and worker pool for Elixir, focused on at-least-once execution. | 724 |
enriquebris/goconcurrentqueue | A package offering concurrent-safe queue implementations with auto-expanding capacity and fixed capacities | 396 |