This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Patch: improving performance of basic_string modification functions


Benjamin Kosnik wrote:
> 
> I would prefer if the testsuite was augmented to deal with basic
> performance analysis issues before too much stuff like this gets checked in.
> 
> Any thoughts on how to do this?

Now, since the most stuff of libstdc++ is implemented it would be nice
to have a performance testsuite. For proffessional use the performance is
an important issue.


An aspect regarding my patch. Currently basic_string allocates only the
neccessary amount of storage, that strategy must lead to a low performance. 
It is a design problem. Perhaps there are other suspected places in the library...

Regards
-- 
Ryszard Kabatek


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]