A binary-safe file read function in C/C++/PHP that returns the specified number of bytes from a stream. Also a fast csv parser in R's data.table package.
References:
- C:
fread
(POSIX), C89 standard (§4.9.8.1) C99 standard (§7.19.8.1) - C++ (cstdio):
fread
- PHP:
fread
— Binary-safe file read - R / data.table: Convenience features of fread, see also data.table