Found 21 packages
Polly.Contrib.WaitAndRetry is an extension library for Polly containing helper methods for a variety of wait-and-retry strategies.
Jitter Physics is a fast and lightweight physics engine written in C#.
A c# library to add jitter to cache durations and retry intervals to increase entropy in your system and prevent thundering herds
Jitter Physics is a fast and lightweight physics engine written in C#.
Jitter Physics 2, the evolution of Jitter Physics, is an impulse-based dynamics engine with a semi-implicit Euler integrator. It is a fast, simple, and dependency-free engine written in C# with a clear and user-friendly API.
Realtime physics engine port to .NET Standard 2.0 (Core)
This fork of jitter physics targets netstandard 1.4
Jitter Physics 2 with double precision enabled. This is an impulse-based dynamics engine with a semi-implicit Euler integrator.
.Net 6 ASM JIT lib for writing mnemonic x86 ASM code which will be translated "Just In Time" into x86 shellcode. This code then can be easily injected into a remote process with a bit help of f.e. WinAPI.
Package Description
A c# library for in-memory caching, using jitter and retries for stable systems at scale
Carom: Physics-based, zero-dependency resilience library for .NET. Enforces decorrelated jitter by default to prevent Thundering Herd issues. Includes retry with exponential backoff and timeout support. Lean, fast, and safe.
A lightweight, dependency-free .NET library for evaluating time synchronization quality. Ingests timestamped offset samples and computes drift, jitter, and key statistics, then emits a deterministic health snapshot suitable for monitoring, testing, and analysis.
SmartRetry is a lightweight and extensible retry mechanism for .NET applications. It provides customizable retry policies, exponential backoff with jitter, and clean integration with DI. Ideal for handling transient errors in HTTP calls, databases, or any unreliable operations.
High-accuracy, low-jitter microsecond sleep for Windows (WaitableTimer + QPC + Yield). .NET 10+ (Windows).
A .NET client library for LibreSpeed speed test servers. Measure download speed, upload speed, ping, and jitter against self-hosted or public LibreSpeed servers.
Deterministic audio cue system for event-driven sound effects. Volume and pitch jitter via xorshift32 RNG, rate limiting, asset verification, and one-shot or looped playback.
SteadyFlow.Resilience — a lightweight, async-first resilience toolkit for .NET. Includes retry policies with configurable backoff (exponential, linear, jitter, Fibonacci), circuit breaker, rate limiting (token bucket and sliding window), batch processing, metrics and observability hooks, and ASP.NET Core middleware integration — all with 100% test coverage.
A fast, cross-platform game engine for 2D and 3D.
ApiClient Library for .NET Core and .NET 5+ applications A modern, resilient HTTP API client library for .NET Core and .NET 5+ applications, providing clean, async HTTP operations with built-in retry policies using Polly v8, comprehensive error handling, and structured logging support. Optimized for high-performance API consumption in cross-platform and cloud-native environments. 🎯 Features Modern .NET Support: Built for .NET 6+ with nullable reference types Polly v8 Integration: Flexible resilience pipelines with exponential backoff and jitter Per-Instance HttpClient: Each ApiClient manages its own HttpClient for isolated configuration Structured Logging: ILogger integration for comprehensive request/response logging Flexible Authentication: Bearer, Basic, and API Key authentication support Custom Headers Support: Add dynamic headers per request or globally Thread-Safe Design: Proper concurrency handling with internal locking Clean Architecture: SOLID principles with dependency injection support Comprehensive Error Handling: Detailed error responses with HTTP status codes and timeout detection Async/Await: Full asynchronous operation support with cancellation tokens Configuration Validation: Prevents unsafe configuration changes after initialization Relative Path Support: Built-in support for relative URLs with BaseAddress configuration Streaming Performance: Efficient JSON deserialization using Newtonsoft.Json with streaming