Found 81 packages
C# implementation of generic heap-based concurrent priority queue for .NET
A highly optimized Priority Queue for path-finding and related applications
The C5 Generic Collection Library for C# and CLI is a comprehensive collection library supporting lists, sets, bags, dictionaries, priority queues, (FIFO) queues, and (LIFO) stacks. C5 runs on everything supporting .NET Standard 2.0: .NET Core 2.0+, .NET 4.6.1+, Mono, Xamarin, Universal Windows Platform, and Unity.
A thread-safe generic first in-first out (FIFO) collection with support for priority queuing.
A fast generic PriorityQueue data structure .NET
This are C# class libraries that implements generic collections that are not covered by the .NET base class library. At the moment this is just a BinaryHeap implementation with various variations, and based on that an implementation of a PriorityQueue.
Port of https://github.com/masterjeef/rapid-priority-queue for netstandard4.1
Fast and efficient implementation of a Priority Queue.
a library with concurrent collections
JS Priority Queue (js-priority-queue) binding library for Bridge.NET projects.
C# implementations of thread-safe PriorityQueue and SkipList for .NET
A simple and super efficient priority queue
A simple and quick C# priority queue
PriorityStorageQueueReader is a priority based reader message reader for Azure Queue that supports great multi-threading processing capability A single reader may read form multiple queues within the same storage account and process on multiple handlers new PriorityStorageQueueReader(cnn , new QueueMessageReceiveHandler(1, "999-test1", OnNext) , new QueueMessageReceiveHandler(2, "999-test2", OnNext) , new QueueMessageReceiveHandler(3, "999-test3", OnNext) )) q: info@antonioesposito.it
Simple C# Priorityqueue implementation
Algorithm and data-structure library for .NET 4.5.2+ / Netstandard 2.0+. Algorithmia contains sophisticated algorithms and data-structures like graphs, priority queues, command, undo-redo and more. Algorithmia is one of the pillars of LLBLGen Pro and is used in production successfully since May 2010. Many of the classes and algorithms in Algorithmia contain references to papers and articles on Wikipedia or other websites where you can find additional information regarding the algorithm or data-structure implemented. The core design of Algorithmia is about making algorithms and data-structures which are known for many years available to the .NET developer in easy to use and properly documented classes and methods. No class or method implemented in Algorithmia re-implements a .NET BCL (base class library) class or method unless it was necessary to do so (e.g. the linked list in .NET is re-implemented as it doesn't have an O(1) concat operation, which is necessary for the Fibonacci heap).
Top-quality toolkit of algorithms and data structures for .NET developers.
An Azure Storage Queue wrapper that supports priorities and abstracts exponential backoff polling away with an event-driven interface
Videogame cross-platform framework for Windows, MacOS, Linux, WEB, Android(soon), IOS(soon).