Files
OpenRA/OpenRA.Mods.Cnc
RoosterDragon 8b8651dcf7 Improve audio parsing performance.
- Improve the AudReader and WavReader by performing fewer, larger stream reads to consume bytes more efficiently.
- Improve ImaAdpcmReader.LoadImaAdpcmSound by accepting an output buffer rather than allocating a new array.
- Improve StreamExts.ReadAllBytes by using MemoryStream.CopyTo. This internally rents a much larger buffer from the array pool, allowing for fewer, larger stream reads.
2025-12-03 12:35:42 +02:00
..
2025-04-19 11:25:17 +01:00
2025-02-16 12:55:40 +01:00
2025-11-24 12:33:53 +02:00