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" == Benjamin Kosnik <bkoz@redhat.com> writes:

> 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?

Something like the stepanov abstraction penalty test would make sense, to
at least verify that we conform to the complexity requirements of the
standard; i.e. time adding one character to a string, then time adding a
lot of characters one at a time and make sure that we take no more than
linear time.

Jason


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