This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: feb-2002 libstdc++ outstanding
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Levente Farkas <lfarkas at mindmaker dot hu>
- Cc: STDC++ <libstdc++ at sources dot redhat dot com>
- Date: Wed, 6 Mar 2002 17:43:46 -0800 (PST)
- Subject: Re: feb-2002 libstdc++ outstanding
> ps. IMHO efficiency is a real hard requirement. in almost our project
> where we reach a point when we have to optimize the code, the first
> thing is always to remove all c++ stream handling. ok in most case
> it's on windows with msvc's stream library which is an order slower
> than gcc's stdc++ stream library, but it's still faster to use C
> io library on linux too.
Yep. I'm going to start looking at this in a bit.
-benjamin