Found 681 packages
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 aspects. An official PostSharp pattern library.
A library for parallelized reverse mode automatic differentiation in C# for custom neural network development.
This is a cross-platform version of the Parallel Extension Extras library created by Microsoft, compiled to target .NET 4.5.2 and .NET Standard 2.0.
Provides additional Linq collection APIs that can classify elements and select values in parallel.
Parallel Checker: Static detection of data races, deadlocks, and other concurrency issues in C#.
Run xUnit test cases in parallel
Package Description
This extension to Entity Framework Core adds a Set<TContext, TEntity> method to IDbCOntextFactory<TContext>. This allows you to easily execute multiple queries in parallel without the need to write complex code, or a lot of using blocks or statements. You can stick to all your known methods from IQueryable<TEntity>. As the context is disposed after your query is executed, all results will obviously not be tracked and disconnected from any DbContext.
Parallel Testing Framework
A strong named library that provides a plethora of interesting and useful extensions to take advantage of and complement the functionality available in the .NET Core 3.1 for parallel programming.
ParallelDots AI APIs
This is a micro library that solves a single problem: How to run a large number of async tasks in parallel without running too many at the same time - and without running out of memory.
Simple notification publisher extension package for MediatR that enables parallel and fire-and-forget publishing of notifications. The library aims to improve performance and responsiveness by executing notification handlers concurrently, while also providing exception handling mechanisms for notification processing.
This package includes FSPowerPack.Core.Community as well as the Parallel.Seq libraries. The F# PowerPack is a collection of libraries and tools for use with the F# programming languages provided by the F# team at Microsoft.
Parallel Checker: Static detection of data races, deadlocks, and other concurrency issues in C#. Version with updated dependencies.
The 'async8' library is a utility package designed to simplify asynchronous programming in .NET applications. It offers a comprehensive set of tools, including extension methods for Task-based operations, concurrent task management helpers, async-enabled caching, and robust retry policies. These features help developers write clean, efficient, and maintainable asynchronous code, reducing complexity while improving scalability and performance.
A Blazor utility library assisting with asynchronous module loading
Tools for parallelizing processes
mspec-teamcity-prunner.exe is a drop-in replacement for the standard mspec runner, which runs test assemblies in parallel.
ParallelTasks is a simple to use consumer-producer multithreading helper. (C# - Source file). Note: this nuget package contains c# source code and depends on .Net 4.0.