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++/54075] [4.7.1] unordered_map insert 3x slower than 4.6.2


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

--- Comment #32 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-10-26 14:34:37 UTC ---
Thanks. Francois, can you please further investigate this issue? In fact, if
the slowdown goes away with a preliminary reserve, it must be possible to
handle the problem rather easily, by tweaking the grow policy or something (We
should be a bit patient and consider that vs 4.4.x the implementation is almost
completely different)


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