2

I'm interested in performance values (big-O analysis) of Lookup and Insert operation for .Net Dictionaries (generic or not): HashTable, SortedList, StringDictionary, ListDictionary, HybridDictionary, NameValueCollection, SortedList < T, U >, Dictionary < T,U >

Link to a web page with the answer works for me too.

Hun1Ahpu
  • 3,315
  • 3
  • 28
  • 34

1 Answers1

2

It is documented on MSDN, see for instance the Remarks on this page.

H H
  • 263,252
  • 30
  • 330
  • 514