17 Feb
2016
17 Feb
'16
4:05 p.m.
On Feb 17, 2016 5:21 AM, "Michael Marcin"
FWIW I can't reproduce your results on Visual Studio 2015 Update 1. Here are my results if you're interested.
Thanks for checking! (You are the first to compile it on Windows, I'm surprised it worked) Looking at your results: although now std::vector wins, std::deque awfully falls behind. I don't know the std library supplied by MSVC, but I suspect this isn't the expected result. I matched the segment size to libstdc++, maybe dinkumware uses smaller segments and allocates more. Thanks, Benedek