[comp.lang.c] Use of stdio

awd@dbase.A-T.COM (Alastair Dallas) (01/20/90)

In article <21689@mimsy.umd.edu>, chris@mimsy.umd.edu (Chris Torek) writes:
> 
> In most cases, there is a definite disadvantage in speed in avoiding stdio.

I don't post in this newsgroup often.  In my world, I'm a C expert, but
this newsgroup is clearly populated by sharks with very sharp teeth--it's
very easy to look stupid or (worse) trivial.  So I treat it as read-only.

I couldn't pass up responding to this, however.  Do you really mean to say
that avoiding stdio carries a disadvantage in speed?  That is, that using
stdio is faster than not using stdio?  My experience has been that stdio
is provided for Unix compatibility only and that most PC and Mac C compiler
libraries provide much faster ways to perform equivalent I/O.  Perhaps
I'm getting all worked up over a typo...

/alastair/