Search code examples
Is a ConcurrentBag still the proper choice for backing an Object Pool if you know the access pattern...

c#multithreadingconcurrent-collections

Read More
Concurrent collection supporting removal of a specified item?...

c#concurrent-collections

Read More
WPF UI is not updating on change of ConcurrentBag type collection...

c#wpfbindingconcurrent-collections

Read More
Concurrent collections eating too much cpu without Thread.Sleep ...

c#multithreadingconcurrent-collections

Read More
Concurrent collection to use for frequent read and rare write operations (.NET)...

c#.netmultithreadingcollectionsconcurrent-collections

Read More
copying a file to another using BlockingCollection. destination is different than source and sometim...

.netc#-4.0concurrent-collections

Read More
Can many instances of an async task share a reference to a concurrent collection and add items concu...

c#multithreadingc#-5.0concurrent-collections

Read More
Concurrent collections is it safe to modify from different threads...

c#multithreadingconcurrent-collections

Read More
Is there an equivalent for Java WeakHashMap class in C#?...

c#.netmultithreadingcollectionsconcurrent-collections

Read More
System.Collections.Concurrent missing classes...

.netasp.net-mvc-4.net-4.5.net-assemblyconcurrent-collections

Read More
ConcurrentKeyedCollection approach...

c#collectionsconcurrent-collections

Read More
PLinq and Object Pooling using ConcurrentCollections...

c#.netplinqconcurrent-collections

Read More
A Blocking Concurrent Collection - Take method that takes an item that supports a condition...

c#thread-safetyconcurrent-collections

Read More
Why doesn't Collections.Generic.Queue have Synchronized method but Collections.Queue has?...

c#collectionsgeneric-collectionsconcurrent-collections

Read More
Using a generic dictionary inside a Task (TPL)...

c#-4.0task-parallel-libraryconcurrent-collections

Read More
Are there good IList and IDictionary implementations in C# that support fail-safe iteration?...

c#collectionsiterationconcurrent-collections

Read More
ConcurrentDictionary<TKey,TValue> vs Dictionary<TKey,TValue>...

c#c#-4.0dictionaryconcurrent-collections

Read More
Is the ConcurrentDictionary thread-safe to the point that I can use it for a static cache?...

c#lockingstatic-membersconcurrent-collections

Read More
What thread-safe collection classes are available in Silverlight 4?...

silverlightthread-safetyconcurrent-collections

Read More
C# throttling For loop...

c#winformsstackqueueconcurrent-collections

Read More
Sliding window with 50% overlap with producer/consumer threads...

javaandroidguavaconcurrent-collections

Read More
Adding to concurrent collections...

c#multithreadingconcurrent-collections

Read More
Usage of ConcurrentQueue<StrongBox<T>>...

c#concurrent-collections

Read More
TSQL ADO.NET Incorrect Row Count Returned...

.nett-sqlado.netsql-server-2008-r2concurrent-collections

Read More
control number of threads used in cnc/tbb...

pthreadstbbconcurrent-collections

Read More
Producer/consumer pattern with a fixed-size FIFO queue...

c#.netqueueproducer-consumerconcurrent-collections

Read More
Slow interation over a ReadWriteLock protected map: read lock, concurrent map or copying?...

javaconcurrencyconcurrent-collections

Read More
Message queue in an IRC bot...

c#hashtablebotsircconcurrent-collections

Read More
Java collection to allow adding and removing while iterating...

javacollectionsframeworksconcurrent-collections

Read More
Is ConcurrentBag cause of memory leak?...

c#memory-leakstask-parallel-libraryconcurrent-collections

Read More
BackNext