Closed xavierpok closed 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)
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)