psqueues

Priority queue library

Provides data structures and algorithms for efficient priority queuing in Haskell

Priority Search Queues in three different flavors for Haskell

GitHub

64 stars
10 watching
24 forks
Language: Haskell
last commit: 3 months ago

Related projects:

Repository Description Stars
strd6/priority_queue A JavaScript implementation of a priority queue data structure 29
okeuday/pqueue Implementations of priority queues for Erlang, with varying trade-offs between speed and complexity. 171
davecom/swiftpriorityqueue A data structure implementation for managing elements of varying priorities in Swift 372
falood/queuex A library implementing a priority queue with multiple backends and flexible configuration options. 11
blueraja/high-speed-priority-queue-for-c-sharp A C# implementation of a high-performance priority queue optimized for pathfinding applications. 1,174
garro95/priority-queue A data structure for efficiently managing items with priorities 175
jberryman/unagi-chan A high-performance concurrent queue implementation using atomic counters and the x86 fetch-and-add instruction 127
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
clj-commons/durable-queue A Clojure library implementing a task queue that survives process restarts and is bounded by disk space 385
jaspervdj/websockets Provides a Haskell library for creating WebSocket servers and clients with support for TLS and various testing frameworks. 407
cakephp/queue A Queueing library for CakePHP that allows tasks to be processed asynchronously 37
sczyh30/vertx-kue A priority task queue built on top of Vert.x and backed by Redis. 140
dirkaholic/kyoo An unlimited job queue with concurrent worker pools for Go applications 51
psjava/psjava A comprehensive library of algorithms and data structures for solving common programming problems in Java. 72
mirage/ke A high-performance queue implementation in OCaml with optional weight and limit support 51