Showing results for shared_ptr - C++ Team Blog

Jun 23, 2009
0
0

STL Performance

Visual CPP Team
Visual CPP Team

Hello, I am Mohammad Usman, a Software Design Engineer in Test on the Visual C++ Libraries team. I recently joined the team. In VS 2008 SP1, we invested heavily in our Standard Template Library (STL) implementation by adding TR1 extensions such as shared_ptr, including performance optimizations for things like vectors of shared_ptrs.  In this...

C++

Feedback