Re: Which is the best method to read a file that contains 1 million lines ?
Posted By:
Robert_Lybarger
Posted On:
Tuesday, October 10, 2006 09:14 AM
This is not the answer you're looking for, but if you do your file I/O on a UNIX-based machine instead of a windows machine, it'll probably speed up w/o modification -- Windows file I/O has always been notably slower in just such situations as those -- reading/writing *really* big files. (Experience: My previous workplace 'upgraded' from solaris to win2k ... all the disk-bound applications magically ran at about half speed / took twice as long.)