Skip to content

Releases: tenoenc/auto-throttle

v1.0.0

26 Jan 10:07

Choose a tag to compare

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).