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
105 packages returned for Tags:"concurrent"
Sort by
Relevance
Downloads
Recently updated
BitFaster.
Caching
by:
AlexPeck
1,116,401 total downloads
last updated
8/22/2023
Latest version:
2.2.1
Cache
LRU
LFU
Performance
In-Memory
Thread-Safe
Concurrent
High performance, thread-safe in-memory caching primitives for .NET.
Microsoft.
FASTER.
Core
by:
FASTER
Microsoft
352,569 total downloads
last updated
8/25/2023
Latest version:
2.6.0
FASTER
key-value
store
cache
log
microsoft
dictionary
hashtable
concurrent
persistent
FASTER is a fast concurrent persistent log and key-value store with cache for larger-than-memory data.
PostSharp.
Patterns.
Threading
by:
PostSharp
SharpCrafters
640,528 total downloads
last updated
9/14/2023
Latest version:
2023.0.8
postsharp
threading
synchronization
lock
locks
deadlock
parallel
powerthreading
concurrent
concurrency
Adds a concept of thread safety to C# and VB so that most threading defects are detected at build-time or in a single-threaded test coverage. Includes a deadlock detection policy and thread dispatching...
More information
DequeNET
by:
dcastro
352,734 total downloads
last updated
10/31/2016
Latest version:
1.0.2
deque
double-ended-queue
concurrent
lock-free
producer
consumer
collection
DequeNET (pronounced Deck Net) provides a concurrent lock-free deque C# implementation. A deque, or double-ended queue, is a data structure that allows insertion and removal of items on both ends....
More information
CodeProject.
ObjectPool
by:
doktorp
411,643 total downloads
last updated
4/13/2023
Latest version:
6.3.0
codeproject
object
pool
concurrent
generic
threadsafe
portable
netstandard
stringbuilder
memorystream
A generic, concurrent, portable and flexible Object Pool for .NET. It is completely based on the Code Project article of Ofir Makmal (http://goo.gl/4qig6T). Library is production ready and it is successfully...
More information
Hangfire.
MaximumConcurrentExecutions
by:
alastairtree
706,142 total downloads
last updated
2/15/2018
Latest version:
1.1.0
hangfire
throttle
concurrent
job
jobfilter
attribute
jobfilterattribute
filter
serverfilter
semaphore
More tags
Package Description
Shielded
by:
jbakic
139,946 total downloads
last updated
4/13/2020
Latest version:
4.4.9
STM
Transaction
Threading
Concurrent
A strict, fast and mostly lock-free Software Transactional Memory (STM) for .NET
PommaLabs.
KVLite
by:
doktorp
198,767 total downloads
last updated
12/18/2022
Latest version:
12.2.1
kvlite
cache
partition
key
value
store
concurrent
timed
sliding
KVLite is a partition-based key-value cache built for SQL RDBMSs. This package contains caching interfaces, data models and core implementations.
PostSharp.
Patterns.
Threading.
Redist
by:
PostSharp
SharpCrafters
353,614 total downloads
last updated
9/14/2023
Latest version:
2023.0.8
postsharp
sharpcrafters
aop
aspect
Patterns
threading
synchronization
lock
locks
deadlock
More tags
Redistributable components for package 'PostSharp.Patterns.Threading'. This package should only be installed as a dependency. (This is not the package you are looking for).
TheCollective.
NetCore
by:
leosperry
125,232 total downloads
last updated
7/4/2016
Latest version:
1.0.1
TheCollective
collection
collections
concurrent
priorityqueue
minheap
maxheap
hashset
a library with concurrent collections
fszmq
by:
henrik feldt
pblasucci
Deprecated
70,241 total downloads
last updated
5/23/2018
Latest version:
12.3.2
F#
fsharp
zeromq
zmq
0MQ
distributed
concurrent
parallel
messaging
transport
fszmq is an MPLv2-licensed F# binding for the ZeroMQ distributed computing library. This library is primarily designed to be consumed from F#. However, where possible, the library has been designed to appear...
More information
PommaLabs.
KVLite.
Database
by:
doktorp
77,547 total downloads
last updated
12/18/2022
Latest version:
12.2.1
kvlite
cache
partition
key
value
store
concurrent
timed
sliding
sql
KVLite is a partition-based key-value cache built for SQL RDBMSs. This package contains SQL code shared by all drivers.
ConcurrentObservableCollections
by:
artrey
27,903 total downloads
last updated
3/4/2021
Latest version:
1.1.9
netstandard
observable
concurrent
dictionary
ConcurrentObservableCollections based on System.Collections.Concurrent.ConcurrentCollections
ObservableConcurrentQueue
by:
CheikhYounes
YounesCheikh
35,492 total downloads
last updated
2/6/2022
Latest version:
2.0.1
C#
Observable
Queue
Concurrent
ConcurrentQueue
Event
Content
Observable Concurrent Queue based on the classic concurrent queue (System.Collections.Concurrent.ConcurrentQueue) Allows to raise events when the queue content is changed with the same events as...
More information
NetLegacySupport.
ConcurrentDictionary
by:
veblush
36,448 total downloads
last updated
9/7/2016
Latest version:
1.1.1
.net
framework
legacy
support
concurrent
dictionary
System.ConcurrentDictionary for .NET Framework 2.0, 3.5. This is a backport from .NET Core.
Aocl
by:
jasonboyd
93,131 total downloads
last updated
4/5/2020
Latest version:
1.4.0
appendonly
append-only
collection
collections
concurrent
eventsourcing
event-sourcing
ireadonlylist
list
log
More tags
A collection that supports thread-safe append-only writes and lock-free random access reads.
PriorityQueue
by:
dshulepov
16,983 total downloads
last updated
5/20/2015
Latest version:
0.1.0
PriorityQueue
Heap
Concurrent
Generics
C# implementation of generic heap-based concurrent priority queue for .NET
ConcurrentDataStructures
by:
dshulepov
30,772 total downloads
last updated
11/15/2015
Latest version:
0.2.0
SkipList
PriorityQueue
Heap
Concurrent
Collection
Generics
C# implementations of thread-safe PriorityQueue and SkipList for .NET
PommaLabs.
KVLite.
SqlServer
by:
doktorp
44,247 total downloads
last updated
12/18/2022
Latest version:
12.2.1
kvlite
cache
partition
key
value
store
concurrent
timed
sliding
sqlserver
KVLite is a partition-based key-value cache built for SQL RDBMSs. This package contains default SQL Server driver.
PommaLabs.
KVLite.
MySql
by:
doktorp
41,166 total downloads
last updated
12/18/2022
Latest version:
12.2.1
kvlite
cache
partition
key
value
store
concurrent
timed
sliding
mysql
KVLite is a partition-based key-value cache built for SQL RDBMSs. This package contains default MySQL driver.
Previous
Next