For such a long file, I'd recommend NOT displaying everything you parse to the screen.

For example, try this:


for (int i = 0; i < 1000000; i++)
{
for (int j = 0; j < 1000000; j++)
...