Files
OpenRA/OpenRA.Mods.Cnc/FileFormats/XccGlobalDatabase.cs
RoosterDragon 7c8dc5d5f4 XccGlobalDatabase allocation improvements
- Use the count to size the capacity of the list.
- Use a char array as a buffer, so will can build each string directly rather than needing a ToArray call first.
2020-10-20 22:53:32 +02:00

1.3 KiB