Fastest file reading in C.
Posted
by Jay
on Stack Overflow
See other posts from Stack Overflow
or by Jay
Published on 2010-06-08T23:35:37Z
Indexed on
2010/06/08
23:42 UTC
Read the original article
Hit count: 172
Right now I am using fread() to read a file, but in other language fread() is inefficient i'v been told. Is this the same in C? If so, how would faster file reading be done?
© Stack Overflow or respective owner