Group: microsoft.public.es.windowsxp · Group Profile · Search for Visual Net in microsoft.public.es.windowsxp
Author: Ramón Sola [MVP Windows]
Date: Sep 10, 2008 16:23
Hi, I am currently migrating our code from Visual .Net 2003 (ie 7.1) to visual 2005 SP1 (8.0) and Visual 2008 SP1 (9.0). We have some algorithm in our software using a lot the STL "std::inplace_merge" function. I think I found a slowdown with the new version, on a unitary test software (included below). Visual 2005SP1: 345ms Visual 2005SP1: 587ms Intel C++ 10.1: 340ms (with VC2008
|