Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » CLR Performance   (RSS)
Sorry, but there are no more tags available to filter with.
Here's an old document on analyzing memory problems. Here's summary - This document is intended to help you diagnose common CLR performance issues. Over the years we have seen a wide variety of CLR performance issues from our customers. This document Read More...
While doing memory analysis on one of my scenarios, I noticed that System.Collections.BitArray.BitArrayEnumeratorSimple::get_Current Object () is doing lot of allocations of System.Boolean object. I wrote a simple program to reproduce the behavior and Read More...
Kim Hamilto on BCL team has written a great post on performance differences in Named Value Collections and Hashtable. Lookups scale pretty well except that Named Value Collections is 2.6x worse. Addition also scales very well but this time Named Value Read More...
 
Page view tracker