On Mon, 24 Apr 2017, Jeff Law wrote:
Martin Sebor was considering looking at a variety of issues affecting our ability to do a good job with std::vector. You might want to coordinate with him to make sure y'all don't duplicate work.
I don't really have any plans for std::vector that might overlap with someone else's. I just have a couple more transformations of the type (X OP Y) CMP (X OP Z), but that will not affect std::vector.
My first guess for improving std::vector would be around the lack of magic in new/delete, compared to malloc/free.
-- Marc Glisse