This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [Prelim patch] Speed up ints parsing
- From: Loren James Rittle <rittle at latour dot rsch dot comm dot mot dot com>
- To: libstdc++ at gcc dot gnu dot org
- Cc: pcarlini at unitus dot it
- Date: Mon, 8 Dec 2003 20:09:15 -0600 (CST)
- Subject: Re: [Prelim patch] Speed up ints parsing
- Organization: Networks and Infrastructure Lab (IL02/2240), Motorola Labs
- References: <3FD10D6B.1040900@suse.de> <3FD1141F.3090109@unitus.it>
> ... and the results for sync_with_stdio(false); are even more
> impressing (the num_get component is more relevant in this
> case): [...performance numbers...]
Paolo, sweet! What sort of functionality testing have you done? Last
I looked, our test suite doesn't run through many corner cases on
numeric input esp. system-specific cases. Also, there used to be a
claim that we wanted to use libc for such input to match per-system
quirks. However, I have no strong opinions on the matter and support
your proposal in principle.
Regards,
Loren