1- Have you identified the Dictionary as being a performance bottleneck? 2- What are you using the Dictionary for?
On Wed, Dec 1, 2010 at 11:15 PM, Valery Martsinchyk <[email protected]>wrote: > Hi, > I have a task of performance optimization and would be interested how > heap is allocated with use of the Dictionary<T,T> and how it's crucial > for the performance and what other data structures would be a good fit > to use instead of the Dictionary in order to improve performance of > the application. > Thank you.
