Found 45 packages
SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism.
Keyed semaphores are keyed lock objects that improve the parallelism in your application
Utilities for concurrent message processing with configurable degree of parallelism, and per-partition ordering
High-performance parallel execution strategies for NPipeline with configurable backpressure and queue policies
Schedule task in a procedure queue
Request throttling helpers for HTTP services: parallelism limiting, quotas.
The easiest way to have fixed thread number parallelism in LINQ on any processor environment! int threadNum=32; [my IEnumerable].GridEach(threadNum, x=> DoWork(x)); q: info@antonioesposito.it
SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism. This is a fork from original repository with explicit .NET Core 3.1 and .NET 5.0 flavors, to overcome a dotnet core runtime issue when using the .NET standard library.
A better implemented Thread Pool for C#.
SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism. This is a cloned and slightly updated build of https://www.nuget.org/packages/SSH.NET/ with some bug fixes since the official project hasn't been updated for some time.
The GhostLine producer consumer class makes one or many parallel processing pipelines easy to develop and manage.
PartitionCache is a simple persistent producer partition cache. It acts as a persistent store of the partition number each item belongs to. PartitionCache fills the void of persistent Dictionary where int is the partition and string is the name of the producer. This allows producers or unique keys to have a persistent unique integer assigned to them for their lifetime. PartitionCache gets out of your way and allows you to model your code to eventually migrate to Kafka, Azure Event Hubs or Amazon Kinesis.
Widely used C++ template library for task parallelism
Parallel task runner that preserves per-key ordering while keeping lane-independent work highly parallel.
SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism and with broad framework support.
WebServices Dynamic
[FORK] SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism and with broad framework support. This fork includes some additional fixes and updates, see GitHub repo for details.
Lightweight profiler that supports async and parallelism in code, and features an extensible API.