| c# Programming Glossary: pendHow to parse a text file in C# and be io bound? http://stackoverflow.com/questions/7153315/how-to-parse-a-text-file-in-c-sharp-and-be-io-bound  buffer startIdx buffer.Length startIdx 0    char pEnd ln readChars startIdx  char pCur ln  char pLineStart null  while.. startIdx  char pCur ln  char pLineStart null  while pCur pEnd    a 0  b 0  while pCur pEnd pCur ' r' pCur ' n'     pCur  .. pLineStart null  while pCur pEnd    a 0  b 0  while pCur pEnd pCur ' r' pCur ' n'     pCur    pLineStart pCur  while pCur.. 
 |