Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / BlueRaja/High-Speed-Priority-Queue-for-C-Sharp issues and pull requests
#63 - Priority not persisted after enqueuing
Issue -
State: closed - Opened by daleao 7 months ago
- 1 comment
#62 - Bug: Last item in queue is not in correct order
Issue -
State: closed - Opened by Sp3ci3s8472 over 2 years ago
- 4 comments
#61 - Add OrderedEnumerator function
Issue -
State: open - Opened by BlueRaja almost 3 years ago
#60 - Dequeue of FastPriorityQueue returned in wrong order
Issue -
State: closed - Opened by CharlesPublic almost 3 years ago
- 2 comments
#59 - Dequeue Performance
Issue -
State: closed - Opened by CharlesPublic almost 3 years ago
- 3 comments
#58 - Look into C# 10 INumber interface
Issue -
State: open - Opened by BlueRaja about 3 years ago
#57 - Proposal: Add Targets for Other .NET Runtimes Explicitly
Issue -
State: open - Opened by Chris3606 about 3 years ago
- 2 comments
#56 - StablePriorityQueue is not stable.
Issue -
State: closed - Opened by kikaragyozov about 3 years ago
- 1 comment
#55 - Add SimplePriorityQueue.Try...() overloads that expose priority as out parameter
Pull Request -
State: open - Opened by JohannesMP over 3 years ago
#54 - Proposal: SimplePriorityQueue overloads that expose priority when trivial, for performance and thread safety
Issue -
State: open - Opened by JohannesMP over 3 years ago
- 1 comment
#53 - Add strong name to this NuGet
Issue -
State: closed - Opened by maxkoshevoi almost 4 years ago
- 2 comments
#52 - is it necessary to have restriction for IComparable?
Issue -
State: closed - Opened by micampbell about 4 years ago
- 2 comments
#51 - Thread safety
Issue -
State: closed - Opened by TeddyAlbina about 4 years ago
- 1 comment
#50 - Add constructor accepting FastPriorityQueue's backing array to minimize allocation
Issue -
State: closed - Opened by mchandschuh over 4 years ago
- 1 comment
#49 - FastQueue doesn't return some nodes in some cases
Issue -
State: closed - Opened by iRumba over 4 years ago
- 3 comments
#48 - Assembly name has a space in it.
Issue -
State: closed - Opened by akanakia over 4 years ago
- 2 comments
#47 - Documentation contradicts examples
Issue -
State: closed - Opened by WazWaz about 5 years ago
- 2 comments
#46 - Added DequeueMinPriorityItems for simple and fast priority queues.
Pull Request -
State: closed - Opened by AlexanderSWilliams over 5 years ago
- 4 comments
#45 - NUnit tests do not run in debug in Visual Studio 2019
Issue -
State: closed - Opened by Nejat over 5 years ago
- 1 comment
#44 - DLL Can't be found
Issue -
State: closed - Opened by marnel-estrada over 5 years ago
- 2 comments
#43 - Upgrade PCL project to .NET Standard Class Library
Issue -
State: closed - Opened by AlexYaltychenko about 6 years ago
- 1 comment
#42 - Reused nodes QueueIndex breaks debug
Issue -
State: closed - Opened by phildo77 over 6 years ago
- 2 comments
#41 - Typo
Issue -
State: closed - Opened by HurricanKai over 6 years ago
- 1 comment
#40 - Doesn't work with big numbers (probably long!)
Issue -
State: closed - Opened by emin almost 7 years ago
- 3 comments
#39 - Please add support for BlockingCollection
Issue -
State: closed - Opened by tesfabpel almost 7 years ago
- 3 comments
#38 - FastPriorityQueueNode shouldn't be a class
Issue -
State: closed - Opened by hpkruger almost 7 years ago
- 1 comment
#37 - Unity setup instructions
Issue -
State: closed - Opened by EthanVanderHorn about 7 years ago
- 2 comments
#36 - Is there a reverseOrder option?
Issue -
State: closed - Opened by shareworlds about 7 years ago
#35 - Find a way to support having the same node in multiple queues, if possible.
Issue -
State: closed - Opened by dougmill over 7 years ago
- 2 comments
#34 - Stable Priority Queue feature not working as expected
Issue -
State: closed - Opened by UbhiTS over 7 years ago
- 1 comment
#33 - Look into code generation
Issue -
State: open - Opened by BlueRaja over 7 years ago
- 1 comment
#32 - Support int priorities in FastPriorityQueue
Issue -
State: open - Opened by BlueRaja over 7 years ago
- 6 comments
#31 - Boxing comparisons in SimplePriorityQueue._itemToNodesCache hurt performance for some value-type TItems
Issue -
State: closed - Opened by taradinoc over 7 years ago
- 1 comment
#30 - Many various optimizations
Pull Request -
State: closed - Opened by dougmill over 7 years ago
- 18 comments
#29 - Tail Trim Priority Queue
Issue -
State: closed - Opened by splitice over 7 years ago
- 4 comments
#28 - When the PQ is full it would be useful to add a new item and have it throw away the lowest priority item
Issue -
State: closed - Opened by dizzy2003 over 7 years ago
- 3 comments
#27 - Retrieve priority in Peek/Dequeue
Issue -
State: closed - Opened by mat-pielat over 7 years ago
- 3 comments
#26 - Let parametrize IComparer via constructors
Issue -
State: closed - Opened by mat-pielat over 7 years ago
- 3 comments
#25 - Fix for runtime failure when NuGet package is installed in UWP App
Pull Request -
State: closed - Opened by ShawnCowles over 7 years ago
- 1 comment
#24 - Runtime failure when NuGet package is installed in UWP App
Issue -
State: closed - Opened by ShawnCowles over 7 years ago
- 2 comments
#23 - Not supported by Unity
Issue -
State: closed - Opened by BlueRaja over 7 years ago
- 1 comment
#22 - Doesn't work in dotnetcore [netcoreapp target]
Issue -
State: closed - Opened by tomshackell over 7 years ago
- 4 comments
#21 - Consuming SimplePriorityQueue in multi threaded context
Issue -
State: closed - Opened by s3057043 almost 8 years ago
- 2 comments
#20 - File Not Found Exception in UWP projects
Issue -
State: closed - Opened by Nicolaasjvv almost 8 years ago
- 3 comments
#19 - Could the nodes be converted to structs?
Issue -
State: closed - Opened by kd7uiy almost 8 years ago
- 1 comment
#18 - PCL support?
Issue -
State: closed - Opened by Confuset almost 8 years ago
- 5 comments
#17 - Added support for .Net Standart 1.1
Pull Request -
State: closed - Opened by ijsgaus about 8 years ago
- 3 comments
#16 - Priority type generalization
Pull Request -
State: closed - Opened by electromax about 8 years ago
- 4 comments
#15 - Remove extra "are" in text
Pull Request -
State: closed - Opened by ThrashAbaddon about 8 years ago
- 1 comment
#14 - priority with template type
Issue -
State: closed - Opened by goldenbull about 8 years ago
- 6 comments
#13 - Version 3.0 Release
Pull Request -
State: closed - Opened by BlueRaja over 8 years ago
#12 - Enqueue/Dequeue improvement
Issue -
State: closed - Opened by ArnaudValensi over 8 years ago
- 5 comments
#11 - Include XML documentation in NuGet
Issue -
State: closed - Opened by BlueRaja over 8 years ago
- 1 comment
#10 - Potential mis-behaviour
Issue -
State: closed - Opened by tcassell over 8 years ago
- 1 comment
#9 - Change double to float, check performance
Issue -
State: closed - Opened by BlueRaja over 8 years ago
- 2 comments
#8 - Try changing FastPriorityQueueNode to a struct
Issue -
State: closed - Opened by BlueRaja over 8 years ago
- 1 comment
#7 - Split PriorityQueue into Stable- and Non-Stable Implementations
Issue -
State: closed - Opened by BlueRaja over 8 years ago
- 2 comments
#6 - Have you considered a partial class for your PriorityQueueNode
Issue -
State: closed - Opened by ferralverrall over 8 years ago
- 5 comments
#5 - I have a question.
Issue -
State: closed - Opened by Zerglrisk over 8 years ago
- 2 comments
#4 - Universal Windows Platform Compatible
Issue -
State: closed - Opened by rockthethird over 8 years ago
- 9 comments
#3 - FastPriorityQueue or SimplePriorityQueue with value types?
Issue -
State: closed - Opened by mrakgr over 8 years ago
- 7 comments
#2 - SafePriorityQueue implementation
Pull Request -
State: closed - Opened by BlueRaja about 9 years ago
#1 - Your implementatin needs decoupling
Issue -
State: closed - Opened by alibad about 9 years ago
- 7 comments