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

Try changing FastPriorityQueueNode to a struct #8

Closed BlueRaja closed 8 years ago

BlueRaja commented 8 years ago

From comments here: see if struct performs better due to cache coherence.

BlueRaja commented 8 years ago

Closing, see comments in above link