Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
147 packages returned for Tags:"parallel"
Sort by
Relevance
Downloads
Recently updated
Microsoft.
Tpl.
Dataflow
by:
dotnetframework
Microsoft
22,700,621 total downloads
last updated
12/10/2014
Latest version:
4.5.24
BCL
TPL
Task
Parallel
Dataflow
Microsoft
TDF
Actor
Async
TPL Dataflow promotes actor/agent-oriented designs through primitives for in-process message passing, dataflow, and pipelining. TDF builds upon the APIs and scheduling infrastructure provided by the Task...
More information
AsyncEnumerator
by:
Dasync
sergiis
11,851,183 total downloads
last updated
12/4/2019
Latest version:
4.0.2
IAsyncEnumerable
IAsyncEnumerator
ForEachAsync
ParallelForEachAsync
async
await
foreach
parallel
async-streams
linq
More tags
Introduces IAsyncEnumerable, IAsyncEnumerator, ForEachAsync(), and ParallelForEachAsync() GitHub: https://github.com/Dasync/AsyncEnumerable PROBLEM SPACE Helps to (a) create an element provider, where...
More information
ComposableAsync.
Core
by:
DavidDesmaisons
652,375 total downloads
last updated
11/2/2020
Latest version:
1.3.0
Asynchronous
Parallel
Task
Create and compose complex asynchronous behavior in .Net.
Microsoft.
Toolkit.
HighPerformance
by:
dotnetfoundation
Microsoft.Toolkit
2,233,418 total downloads
last updated
11/18/2021
Latest version:
7.1.2
Windows
Community
Toolkit
WCT
.NET
Parallel
Performance
Unsafe
Span
Memory
More tags
This package includes high performance .NET Standard helpers such as: - Memory2D<T> and Span2D<T>: two types providing fast and allocation-free abstraction over 2D memory areas. -...
More information
EtAlii.
xTechnology.
Threading
by:
etalii
333,039 total downloads
last updated
10/8/2022
Latest version:
1.8.0
threading
parallel
thread
task
A collection of basic extensions on the common BCL System.Threading namespace.
MSFT.
ParallelExtensionsExtras
by:
makerofthings7
484,661 total downloads
last updated
2/19/2013
Latest version:
1.2.0
pfx
tpl
plinq
task
parallel
extensions
extras
This class library provides a plethora of interesting and useful extensions to take advantage of and complement the functionality available in the .NET Framework 4 for parallel programming. Some (not all)...
More information
FSharp.
Collections.
ParallelSeq
by:
ChrSteinert
fsprojects
jamie.dixon
510,574 total downloads
last updated
10/6/2021
Latest version:
1.2.0
F#
fsharp
programming
parallel
multi-core
collections
sequence
Provides an F#-style API for parallel operations on sequences that are part in .NET 4.0 as System.Linq.ParallelEnumerable class. The API is akin to F# operations on sequences.
TaskParallelLibrary
by:
OmerMor
680,282 total downloads
last updated
4/14/2012
Latest version:
1.0.2856
tpl
plinq
pfx
task
parallel
extensions
.net35
backport
The package includes: * Task<T> for executing asynchronous operations. * Concurrent Collections such as ConcurrentStack, ConcurentQueue ad ConcurrentDictionary. * PLINQ for writing parallel queries. *...
More information
PostSharp.
Patterns.
Threading
by:
PostSharp
SharpCrafters
474,820 total downloads
last updated
1/16/2023
Latest version:
2023.0.3
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
PowerThreading
by:
cincura.net
jeffrichter
260,076 total downloads
last updated
4/23/2012
Latest version:
20120420.0.0
threading
threads
parallel
locking
locks
synchronization
Wintellect's own Jeffrey Richter has produced the Power Threading library (DLL) containing many classes to help with threading and asynchronous programming. There are versions of the library for the .NET...
More information
CSRakowski.
ParallelAsync
by:
csrakowski
90,313 total downloads
last updated
1/8/2023
Latest version:
1.7.2
Parallel
Async
Batching
A .NET utility library for running async methods in parallel batches
Bnaya.
CSharp.
AsyncExtensions
by:
bnaya
139,327 total downloads
last updated
2/2/2023
Latest version:
1.0.62
async
Parallel
await
task
timeout
deadlock
cancel
cancellation
bnaya
Useful extensions contribution by Bnaya Eshet Blog: http://blogs.microsoft.co.il/bnaya/ Source Code: https://github.com/bnayae/Bnaya.CSharp.AsyncExtensions # NuGet this library available on NuGet...
More information
PostSharp.
Patterns.
Threading.
Redist
by:
PostSharp
SharpCrafters
249,441 total downloads
last updated
1/16/2023
Latest version:
2023.0.3
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).
CommunityToolkit.
HighPerformance
by:
dotnetfoundation
Microsoft.Toolkit
212,267 total downloads
last updated
1/18/2023
Latest version:
8.1.0
dotnet
Community
Toolkit
.NET
Parallel
Performance
Unsafe
Span
Memory
String
More tags
This package includes high performance .NET helpers such as: - Memory2D<T> and Span2D<T>: two types providing fast and allocation-free abstraction over 2D memory areas. - ArrayPoolBufferWriter<T>:...
More information
OpenCL.
Net
by:
ananthonline
126,820 total downloads
last updated
10/23/2013
Latest version:
2.2.9
OpenCL
C#
.NET
GPGPU
Dataparallel
Compute
multicore
multi-core
parallel
HPC
Provides types, classes and methods that provide .NET bindings to OpenCL
Concurrency
by:
stewie1570
72,556 total downloads
last updated
10/1/2021
Latest version:
2.0.2
async
concurrency
parallel
task
threading
wait
whenall
Similar to Task.WhenAll but allows you to limit the number of tasks in flight (max concurrency).
SplitPipeline
by:
nightroman
36,038 total downloads
last updated
12/5/2021
Latest version:
1.6.3
PowerShell
Module
Parallel
PowerShell v2.0+ module for parallel data processing. Split-Pipeline splits the input, processes parts by parallel pipelines, and outputs results. It may work without collecting the whole input, large or...
More information
pNUnit
by:
charliepoole
rprouse
60,267 total downloads
last updated
12/17/2014
Latest version:
2.6.4
nunit
test
testing
tdd
framework
parallel
distributed
PNUnit provides a way to test applications composed of distributed, communicating components. It was developed by the folks at Codice Software for their internal use and contributed to NUnit. Note that pNUnit...
More information
Viki.
LoadRunner
by:
Viki
130,216 total downloads
last updated
10/25/2021
Latest version:
0.8.85
Load
Stress
Performance
Test
Testing
c#
Runner
Parallel
Thread
Library
More tags
Generic performance testing library for executing load-tests written in .NET c# Visit project website for examples.
fszmq
by:
henrik feldt
pblasucci
65,208 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
Previous
Next