79148188

Date: 2024-11-01 13:45:26
Score: 1.5
Natty:
Report link

For concurrent usage you should not use a Dictionary<TKey, TValue> but a ConcurrentDictionary<TKey, TValue> instead, and the GetOrAdd method.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Jody Donetti