Files
OpenRA/OpenRA.Game
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
..
2023-10-30 23:31:33 +02:00
2025-04-19 16:34:13 +01:00
2025-11-16 20:29:21 +02:00
2025-11-23 13:34:31 +02:00
2025-11-23 13:34:31 +02:00
2025-05-15 23:08:13 +03:00
2023-01-11 11:58:54 +02:00
2025-04-02 10:18:32 +03:00
2025-11-04 21:43:18 +02:00
2025-04-02 10:18:32 +03:00
2025-11-23 13:34:31 +02:00
2025-09-11 06:17:04 +01:00
2025-09-14 12:32:49 +01:00
2025-11-23 13:34:31 +02:00
2025-05-09 16:28:04 +03:00
2023-01-11 11:58:54 +02:00
2025-05-09 16:28:04 +03:00
2023-06-06 11:51:47 +03:00
2023-04-08 16:51:51 +03:00
2025-07-27 21:06:25 +02:00
2025-11-24 11:52:56 +02:00
2025-01-07 18:07:13 +02:00
2025-04-02 10:18:32 +03:00
2025-09-11 06:49:52 +01:00
2023-01-11 11:58:54 +02:00
2025-05-15 23:08:13 +03:00
2023-04-08 16:51:51 +03:00
2023-11-16 08:45:10 +02:00