Performance #5: File Buffering
This article is part of the series An Exercise in Performance Tuning in C#.Net.
It's time to stop ignoring the 800 pound gorilla in the room: System.String
.
Scrolling all the way over in the Allocation Graph, it is clear that strings
take up most of the memory, and it seems logical that most of that comes from
the input file.
(removed link to missing image file)