Linux vs. libio

Per Bothner per@bothner.com
Tue Dec 21 10:05:00 GMT 1999


Kevin Atkinson <kevinatk@home.com> writes:

> >From http://www.sgi.com/Technology/STL/standard_library.html:
> ...
> Which is what I was trying to get at.  By directly maniplulating FILE
> one avoids the extra overhead.

Wise man say: "Every problem in computer science can be solved
by adding an extra level of indirection."   While SGI's technique
is clever, it is basically just another layer of indirection.
Specifically, you get at least two extra memory de-references
even in the fast case.
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/~per/


More information about the Libc-alpha mailing list