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]
Other format: [Raw text]

Re: Hunting for performance regressions in libstdc++


On Jun 16, 2005, at 7:53 AM, Jonathan Wakely wrote:

You aren't, by any chance, using std::set::insert() with hints ?

We changed the behaviour of that function recently to conform to the
standard, which contradicts the traditional meaning of the hint. If
you are supplying a hint that points just before the insertion point
you will not get any speed-up.

You are fighting an uphill battle with this change.


http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1780.html

-Howard


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