G
GKS001
Guest
Hi All,
My application loads 2 million rows in a .net Dictionary class during startup. Finally, it does only point searches within the dictionary.
If you have any suggestion which object should i use for better point search performance SortedList, SortedDictionary, Dictionary or OrderedDictionary, please advise
Thanks
Continue reading...
My application loads 2 million rows in a .net Dictionary class during startup. Finally, it does only point searches within the dictionary.
If you have any suggestion which object should i use for better point search performance SortedList, SortedDictionary, Dictionary or OrderedDictionary, please advise
Thanks
Continue reading...