[PATCH] Optimize inserting value_type into std::vector

Jonathan Wakely jwakely@redhat.com
Thu Jun 16 20:21:00 GMT 2016


On 16/06/16 21:27 +0200, François Dumont wrote:
>Very nice improvement. Could also benefit to other containers, 
>especially std::deque. Do you plan to take care of it ?

Good point - I'd only looked at it for std::vector, because that's
what Howard's experiment tested. I haven't looked at the other
containers at all, and wasn't planning to do so. If you have time to
look at them that would be great, otherwise I'll add it to my TODO
list for something to look at later.



More information about the Libstdc++ mailing list