This article is an attempt to do a performance comparison of the STL/CLR sequential containers with corresponding generic collections in the BCL. To my total surprise, the STL/CLR containers fell way behind the BCL classes. Talk about misleading expectations. A look at STL/CLR performance for linear containers
Entries from March 2008
Article : A look at STL/CLR performance for linear containers
March 8th, 2008 · 5 Comments
Tags: C++/CLI