0
kicks
C# - Fast Parallel ConcurrentList<T> Implementation
In the new .NET 4 Task Parallel Library we already have ConcurrentBag, ConcurrentQueue, concurrentStack, ConcurrentDictionary - but where's our ConcurrentList ?
This article gives a full C# implementation.