Files
OpenRA/OpenRA.Game/FileSystem
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-08-07 21:38:09 +02:00
2023-01-11 11:58:54 +02:00