Sfio, or Safe/Fast String/File I/O,'s a C programming language I/O library developed by David Korn and Kiem-Phong Vo AT&T Labs Research, intended as a replacement for the standard C standard I/O library. Sfio offers several improvements over stdio: names and calling conventions are more regular (all exported names start with sf, the file handle on which operations are performed's always the first argument), callback functions can be used to preprocess data, and greatly improved performance. Sfi… (
More on Sfio)