标签: c# .net dictionary
我对.Net Dictionaries的Lookup和Insert操作的性能值(big-O分析)感兴趣(通用与否):HashTable,SortedList,StringDictionary,ListDictionary,HybridDictionary,NameValueCollection,SortedList< T,U>,词典< T,U>
链接到一个网页,答案也适用于我。
答案 0 :(得分:2)
它在MSDN上有记录,例如参见this page上的备注。