Files
OpenRA/OpenRA.Mods.Common/Pathfinder/IPathGraph.cs
RoosterDragon 8a4303cc94 Rework PriorityQueue for performance.
- Providing the comparer as a type argument that is a struct allows the calls to be devirtualised, leading to approx a 3x performance improvement.
- Use a single backing array, rather than a list of arrays.
2023-03-25 18:50:09 +01:00

3.4 KiB