High-Speed-Priority-Queue-for-C-Sharp
Priority Queue
A C# implementation of a high-performance priority queue optimized for pathfinding applications.
A C# priority queue optimized for pathfinding applications
1k stars
47 watching
169 forks
Language: C#
last commit: over 3 years ago
Linked from 2 awesome lists
c-sharppathfindingpriority-queue
Related projects:
Repository | Description | Stars |
---|---|---|
davecom/swiftpriorityqueue | A data structure implementation for managing elements of varying priorities in Swift | 372 |
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 |
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 |
garro95/priority-queue | A data structure for efficiently managing items with priorities | 175 |
okeuday/pqueue | Implementations of priority queues for Erlang, with varying trade-offs between speed and complexity. | 171 |
falood/queuex | A library implementing a priority queue with multiple backends and flexible configuration options. | 11 |
rigtorp/mpmcqueue | A concurrent queue implementation with bounded capacity, designed for high-performance and low-latency applications. | 1,196 |
jberryman/unagi-chan | A high-performance concurrent queue implementation using atomic counters and the x86 fetch-and-add instruction | 127 |
clj-commons/durable-queue | A Clojure library implementing a task queue that survives process restarts and is bounded by disk space | 385 |
sczyh30/vertx-kue | A priority task queue built on top of Vert.x and backed by Redis. | 140 |
kortirso/que-view | A Rails engine providing a web interface for Que job queue management | 8 |
albinzr/swiftytask | A high-performance queuing system for managing tasks with closure and various priority levels | 22 |
dirkaholic/kyoo | An unlimited job queue with concurrent worker pools for Go applications | 51 |
lqhl/powerwalk | A system for efficiently computing personalized page rank vectors on large graphs using distributed indexing and online querying | 15 |