Hashtable vs Dictionary in c#

preview_player
Показать описание
Don't forget to Like, Comment, Share and Subscribe to my Channel
🧛‍♂️ Connect with me on
Рекомендации по теме
Комментарии
Автор

In your dictionary your value in your key value pair is already a string so do you really need to call ToString(). Seems like this would be adding unneeded overhead as the value is already strongly typed. I only bring this up as the whole reason to go with the more opinionated structured of a dictionary is for performance and adding an extra operation in your print statement seems counter intuitive to this right?

MatthewMcGuff