Files
OpenRA/OpenRA.Mods.Common/AudioLoaders
RoosterDragon 5d91b678bb Use spans to improve performance in StreamExts.
Also avoid ReadBytes calls that allocate a buffer by either updating the stream position (if not interested in the bytes), by reusing an input buffer (if interested in the bytes), or using a stackalloc buffer to avoid the allocation (for small reads).
2023-11-10 10:25:39 +02:00
..
2023-06-06 11:51:47 +03:00
2023-06-06 11:51:47 +03:00