issues
search
BlueRaja
/
High-Speed-Priority-Queue-for-C-Sharp
A C# priority queue optimized for pathfinding applications
MIT License
1.18k
stars
169
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Priority not persisted after enqueuing
#63
daleao
closed
3 months ago
1
Bug: Last item in queue is not in correct order
#62
Sp3ci3s8472
closed
5 months ago
4
Add OrderedEnumerator function
#61
BlueRaja
opened
2 years ago
0
Dequeue of FastPriorityQueue returned in wrong order
#60
CharlesPublic
closed
3 years ago
2
Dequeue Performance
#59
CharlesPublic
closed
3 years ago
3
Look into C# 10 INumber interface
#58
BlueRaja
opened
3 years ago
0
Proposal: Add Targets for Other .NET Runtimes Explicitly
#57
Chris3606
opened
3 years ago
2
StablePriorityQueue is not stable.
#56
kikaragyozov
closed
3 years ago
1
Add SimplePriorityQueue.Try...() overloads that expose priority as out parameter
#55
JohannesMP
opened
3 years ago
0
Proposal: SimplePriorityQueue overloads that expose priority when trivial, for performance and thread safety
#54
JohannesMP
opened
3 years ago
1
Add strong name to this NuGet
#53
maxkoshevoi
closed
3 years ago
2
is it necessary to have restriction for IComparable?
#52
micampbell
closed
3 years ago
2
Thread safety
#51
TeddyAlbina
closed
4 years ago
1
Add constructor accepting FastPriorityQueue's backing array to minimize allocation
#50
mchandschuh
closed
3 years ago
1
FastQueue doesn't return some nodes in some cases
#49
iRumba
closed
4 years ago
3
Assembly name has a space in it.
#48
akanakia
closed
4 years ago
2
Documentation contradicts examples
#47
WazWaz
closed
4 years ago
2
Added DequeueMinPriorityItems for simple and fast priority queues.
#46
AlexanderSWilliams
closed
4 years ago
4
NUnit tests do not run in debug in Visual Studio 2019
#45
Nejat
closed
4 years ago
1
DLL Can't be found
#44
marnel-estrada
closed
5 years ago
2
Upgrade PCL project to .NET Standard Class Library
#43
AlexYaltychenko
closed
6 years ago
1
Reused nodes QueueIndex breaks debug
#42
phildo77
closed
6 years ago
2
Typo
#41
HurricanKai
closed
6 years ago
1
Doesn't work with big numbers (probably long!)
#40
emin
closed
6 years ago
3
Please add support for BlockingCollection
#39
tesfabpel
closed
6 years ago
3
FastPriorityQueueNode shouldn't be a class
#38
hpkruger
closed
6 years ago
1
Unity setup instructions
#37
EthanVanderHorn
closed
6 years ago
2
Is there a reverseOrder option?
#36
shareworlds
closed
7 years ago
0
Find a way to support having the same node in multiple queues, if possible.
#35
dougmill
closed
7 years ago
2
Stable Priority Queue feature not working as expected
#34
UbhiTS
closed
7 years ago
1
Look into code generation
#33
BlueRaja
opened
7 years ago
1
Support int priorities in FastPriorityQueue
#32
BlueRaja
opened
7 years ago
6
Boxing comparisons in SimplePriorityQueue._itemToNodesCache hurt performance for some value-type TItems
#31
taradinoc
closed
6 years ago
1
Many various optimizations
#30
dougmill
closed
7 years ago
18
Tail Trim Priority Queue
#29
splitice
closed
7 years ago
4
When the PQ is full it would be useful to add a new item and have it throw away the lowest priority item
#28
dizzy2003
closed
7 years ago
3
Retrieve priority in Peek/Dequeue
#27
mat-pielat
closed
7 years ago
3
Let parametrize IComparer via constructors
#26
mat-pielat
closed
7 years ago
3
Fix for runtime failure when NuGet package is installed in UWP App
#25
ShawnCowles
closed
7 years ago
1
Runtime failure when NuGet package is installed in UWP App
#24
ShawnCowles
closed
7 years ago
2
Not supported by Unity
#23
BlueRaja
closed
7 years ago
1
Doesn't work in dotnetcore [netcoreapp target]
#22
tomshackell
closed
7 years ago
4
Consuming SimplePriorityQueue in multi threaded context
#21
s3057043
closed
7 years ago
2
File Not Found Exception in UWP projects
#20
Nicolaasjvv
closed
7 years ago
3
Could the nodes be converted to structs?
#19
kd7uiy
closed
7 years ago
1
PCL support?
#18
Confuset
closed
7 years ago
5
Added support for .Net Standart 1.1
#17
ijsgaus
closed
8 years ago
3
Priority type generalization
#16
electromax
closed
8 years ago
4
Remove extra "are" in text
#15
ThrashAbaddon
closed
8 years ago
1
priority with template type
#14
goldenbull
closed
8 years ago
6
Next