
April 8th, 2003, 12:32 PM
|
|
Contributing User
|
|
Join Date: Apr 2003
Location: New York
Posts: 140
Time spent in forums: 4 h 4 m 50 sec
Reputation Power: 11
|
|
Read a file FAST
I would like to know what is the absolute fastest way to read in an ASCI text file using C language. Should I use one of the standard C function below and loop it until EOF, or is there a faster method.
1) fgetc
2) fgetl
3) Some other fucntion?
In addition are there any programmatic adjustments that I could make to improve I/O file read performance.
Last edited by RolandG : April 8th, 2003 at 01:59 PM.
|