11 packages tagged with “Parallelization”
Polly.Core is a .NET resilience and transient-fault-handling library that allows developers to express resilience strategies such as Retry, Circuit Breaker, Hedging, Timeout, Chaos and Fallback in a fluent and thread-safe manner.
Polly is a .NET 4.5 / .NET Standard 1.1 library that allows developers to express resilience and transient fault handling policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation and Fallback in a fluent and thread-safe manner.
Polly.Net40Async is a version of the Polly library for .NET 4.0 with async support via Microsoft.Bcl.Async. Polly allows developers to express resilience policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner.
Provides support for working with Polly policies, including a strategy for resilient database queries.
This package enable parallelization on all level so all tests run in parallel. This package also change the way fixture injection is handled from the regular xunit.
This is a library that can perform multiple tasks (yes, a lot, even infinitely many) that act on some input and return a certain output.
This is a library that can perform multiple tasks (yes, a lot, even infinitely many) that act on some input and return a certain output. This library is a copy paste of `RuriLib.Parallelization` from RuriLib, with some fixes and the code cleaned up.
A dedicated Thread Pool for computations parallelization.
A library for fork-join parallelism in .NET, with an OpenMP-like API.
Batching and parallelization helper for .NET