This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug libstdc++/53263] priority_queue is very slow if -D_GLIBCXX_DEBUG is used


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53263

--- Comment #3 from dominik.strasser@onespin-solutions.com 2012-05-07 12:38:26 UTC ---
(In reply to comment #1)
> I don't think we are making any promises in terms of debug-mode performance. Is
> it better for other debug-mode implementations doing checks of similar
> strength? 
I see that the other containers have a performance which is comparable to the
non-debug counterpart.
priority_queue just kills some of my tests as it doesn't return after hours.


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