TempReposBN / VirtualMaze

0 stars 8 forks source link

Speedup io #27

Closed xavierpok closed 11 months ago

xavierpok commented 11 months ago

Speeds up IO by removing unneeded StreamWriter#flush statements & also refactors to use StringBuilder and write entire string to stream (should not affect performance, but I think it's s lightly more readable this way)