Releases: tenoenc/auto-throttle
Releases · tenoenc/auto-throttle
v1.0.0
Auto Throttle is now officially available on Maven Central.
Key Features
- Adaptive Concurrency Control: Based on TCP Vegas algorithm.
- Zero Overhead: ~6ns decision time (Benchmarked with JMH).
- Virtual Threads Ready: Optimized for Java 21+.
Installation
implementation("io.github.tenoenc:auto-throttle-starter:1.0.0")Performance
- Reduced P95 latency from 995ms to 148ms under heavy load (3,000 VUs).