Posts

Showing posts from April, 2012

Dictionary vs HashTable performance

This is rather old but some developers still questions the performance cost of Dictionary vs Hashtable. Link below provides a performance comparison between both data structure. http://blog.bodurov.com/Performance-SortedList-SortedDictionary-Dictionary-Hashtable/