Files
OpenRA/OpenRA.Game/Primitives/PriorityQueue.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.7 KiB