Files
OpenRA/OpenRA.Mods.Cnc/FileFormats
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-10-30 23:31:33 +02:00
2023-03-18 12:46:10 +02:00
2023-04-08 16:51:51 +03:00
2023-01-11 11:58:54 +02:00
2023-08-29 16:17:27 +02:00