/tsysfile

A fast, line by line(back and forth) ASCII file reader

Primary LanguageC++MIT LicenseMIT

tsysfile

  1. Really fast because of mmap technology;
  2. Line by line reading both of forward and reverse direction;
  3. Auto dectect newline character (\r\n, \r or \n);
  4. Cross-platform;