BlueRaja / High-Speed-Priority-Queue-for-C-Sharp

A C# priority queue optimized for pathfinding applications
MIT License
1.16k stars 169 forks source link

SafePriorityQueue implementation #2

Closed BlueRaja closed 8 years ago

BlueRaja commented 8 years ago

Renamed HeapPriorityQueue to FastPriorityQueue, and created a SafePriorityQueue which is much safer and simpler to use (but slightly slower)