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: Paolo Carlini <pcarlini at unitus dot it>
- To: Paolo Carlini <pcarlini at unitus dot it>
- Cc: Paolo Carlini <pcarlini at suse dot de>, libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Sat, 06 Dec 2003 21:18:17 +0100
- Subject: Re: [Prelim patch] Speed up ints parsing
- 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):
3.3.2
-----
12.590u 0.040s 0:13.04 96.8% 0+0k 0+0io 215pf+0w
3.4
---
9.220u 0.000s 0:09.36 98.5% 0+0k 0+0io 204pf+0w
3.4 + patch
-----------
1.780u 0.030s 0:01.89 95.7% 0+0k 0+0io 200pf+0w
Paolo.