SwiftPriorityQueue

Priority Queue

A data structure implementation for managing elements of varying priorities in Swift

A Generic Priority Queue in Pure Swift

GitHub

372 stars
17 watching
41 forks
Language: Swift
last commit: over 3 years ago
Linked from 1 awesome list

astar-algorithmdata-structuremax-heapmin-heappriority-queuepriority-queuespriorityqueueswift

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
strd6/priority_queueA JavaScript implementation of a priority queue data structure29
garro95/priority-queueA data structure for efficiently managing items with priorities177
blueraja/high-speed-priority-queue-for-c-sharpA C# implementation of a high-performance priority queue optimized for pathfinding applications.1,178
jaspervdj/psqueuesProvides data structures and algorithms for efficient priority queuing in Haskell64
rollbear/prio_queueA data structure library implementing a B-heap priority queue optimized for cache performance and suitable for efficient insertion and retrieval of elements.104
davecom/swiftgraphA pure Swift implementation of a graph data structure with algorithms and utility functions759
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
dfed/swift-async-queueA library that provides an ordered queue for executing asynchronous tasks from non-isolated contexts in Swift Concurrency.177
princemaple/elixir-queueA queue data structure implemented as a wrapper around the Elixir language's existing queue data type with additional features and improved API.34
davedufresne/swiftparsecA Swift library for creating parsers from simple components using combinator logic226
athanclark/purescript-queueA data type designed to decouple function invocation from parameter application, allowing handlers to be added or removed as needed.3
takscape/elixir-heapqA priority queue implementation in Elixir using a heap data structure.8
cakephp/queueA Queueing library for CakePHP that allows tasks to be processed asynchronously36
albinzr/swiftytaskA high-performance queuing system for managing tasks with closure and various priority levels22