C#: Dictionary Vs ConcurrentDictionary
C#: Dictionary Vs ConcurrentDictionary In this article we are going to benchmark a C# Dictionary Vs ConcurrentDictionary while adding/updating key-value pairs. This test came about while I was upgrading multiple code blocks from using C# Dictionary objects to ConcurrentDictionary objects.… Continue Reading