void Nish(char* szBlog);

Nish’s thoughts on MFC, C++/CLI and .NET

void Nish(char* szBlog); header image 4

Entries from March 2008

Article : A look at STL/CLR performance for linear containers

March 8th, 2008 · 5 Comments

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

[Read more →]

Tags: C++/CLI