Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Frameworks
.NET
net7.0
net6.0
net5.0
.NET Core
netcoreapp3.1
netcoreapp3.0
netcoreapp2.2
netcoreapp2.1
netcoreapp2.0
netcoreapp1.1
netcoreapp1.0
.NET Standard
netstandard2.1
netstandard2.0
netstandard1.6
netstandard1.5
netstandard1.4
netstandard1.3
netstandard1.2
netstandard1.1
netstandard1.0
.NET Framework
net481
net48
net472
net471
net47
net462
net461
net46
net452
net451
net45
net40
net35
net30
net20
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
10 packages returned for Tags:"ConcurrentDictionary"
Sort by
Relevance
Downloads
Recently updated
AsyncKeyedLock
by:
MarkCiliaVincenti
921,958 total downloads
last updated
4/10/2023
Latest version:
6.2.1
async
lock
key
keyed
semaphore
striped
dictionary
concurrentdictionary
pooling
duplicate
More tags
An asynchronous .NET Standard 2.0 library that allows you to lock based on a key (keyed semaphores), limiting concurrent threads sharing the same key to a specified number, with optional pooling for reducing...
More information
Portable.
ConcurrentDictionary
by:
sheyenrath
48,787 total downloads
last updated
3/18/2019
Latest version:
1.0.4
Dictionary
ConcurrentDictionary
Collections
System.Collections.Concurrent
This is a .NET Standard 1.0, .NET 2.0, .NET 3.5, Silverlight 5.0 and Windows Phone Silverlight 8.0 & 8.1 backport from System.Collections.Concurrent.ConcurrentDictionary as defined in .NET Core
Dao.
ConcurrentDictionaryLazy
by:
csknife
5,274 total downloads
last updated
3/13/2023
Latest version:
2.0.0
thread-safe
run-once
lazy-loaded
ConcurrentDictionary
lazy
A thread-safe, run-once, lazy-loaded ConcurrentDictionary full implementation of ConcurrentDictionary (+ Lazy)
RunTimeApps.
Caching.
LocalCache
by:
Developer.cs
3,151 total downloads
last updated
8/11/2018
Latest version:
1.0.3
RuntimeApps
Caching
LocalCache
ConcurrentDictionary
Local Cache Tool Based on ConcurrentDictionary
AgileCoding.
Extentions.
ConcurrentDictionary
by:
ToolMaker
754 total downloads
last updated
7/29/2023
Latest version:
2.0.5
ConcurrentDictionary
Extentions
Extensions related to ConcurrentDictionary
EasyWorks.
DataCenter
by:
William.JIANG
2,091 total downloads
last updated
8/11/2021
Latest version:
1.5.0
Dictionary
Expiration
Auto-fetch
ConcurrentDictionary
Multiple-Values.
High performance Data Repository with Value retrieval embeded. a single key could be used to get up to 7 strong typed values. ExpirableRepositories provide a similar set of Dictionaries with Timestamp...
More information
Portable.
ConcurrentCollections
by:
LonghronShen
618 total downloads
last updated
3/19/2019
Latest version:
1.0.4
Dictionary
ConcurrentDictionary
ConcurrentQueue
Collections
System.Collections.Concurrent
This is a .NET Standard 1.0, Silverlight 5.0 and Windows Phone Silverlight 8.0 & 8.1 backport from System.Collections.Concurrent.ConcurrentDictionary and System.Collections.Concurrent.ConcurrentQueue as defined...
More information
GenRep.
ConcurrentRepository
by:
yyorulmaz
154 total downloads
last updated
9/4/2022
Latest version:
0.0.1
generic-repository
repository
crud
ConcurrentQueue
ConcurrentDictionary
Generic repository
Dao.
ConcurrentDictionaryLazyAsync
by:
csknife
132 total downloads
last updated
3/13/2023
Latest version:
1.0.0
thread-safe
run-once
lazy-loaded
ConcurrentDictionary
lazy
async
A thread-safe, run-once, lazy-loaded ConcurrentDictionary async full implementation of ConcurrentDictionary (+ Lazy, async)
RJ.
CollectionExtensions
by:
richardjansson
1,722 total downloads
last updated
10/1/2014
Latest version:
1.0.0
IEnumerable
Collection
CollectionExtensions
IList
HashSet
Queue
Stack
IDictionary
ConcurrentBag
ConcurrentQueue
More tags
Why is it that the List is so widely used, even when there is absolutly no need for the features of a List? I think one of the most important reasons is it beeing so easily available. You could simply use the...
More information