Re: Searching for Fastest Way to Input a File
- Posted by ghaberek (admin) May 13, 2014
- 2823 views
Based on my (severely limited) testing, I can say that using text mode is slower than binary mode (Windows only?), and using getc() or gets() seems to be faster than get_bytes(), read_lines(), or read_file().
-Greg