Avoid unnecessary allocations in write calls
Closed this issue · 0 comments
GinoCanessa commented
I suggest doing _writer.Write(" "); _writer.WriteLine(value");
or similar to avoid unnecessary allocations
Originally posted by @johnstairs in #2
Closed this issue · 0 comments
I suggest doing _writer.Write(" "); _writer.WriteLine(value");
or similar to avoid unnecessary allocations
Originally posted by @johnstairs in #2