This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Second beta of basic_string exponential shaper
- From: Paolo Carlini <pcarlini at unitus dot it>
- To: Paolo Carlini <pcarlini at unitus dot it>, libstdc++ at gcc dot gnu dot org
- Cc: bkoz at redhat dot com, ncm at cantrip dot org
- Date: Fri, 30 Nov 2001 21:40:10 +0100
- Subject: Re: Second beta of basic_string exponential shaper
- References: <3C07D8B1.FDCD3504@unitus.it>
In the meanwhile I have tried http://gcc.gnu.org/ml/libstdc++/2001-07/msg00030.html also for
10000000...
mainline
--------
Execution time of 10000000 string::append(char) calls: 116.83 sec.
Execution time of 10000000 string::append(const string&) calls: 120.71 sec.
mainline + beta2
----------------
Execution time of 10000000 string::append(char) calls: 4.2 sec.
Execution time of 10000000 string::append(const string&) calls: 8.83 sec.
... not bad :-)
P.