Skip to content

v0.15.0-rc1 (Core Performance Overhaul Pre-Release)

Pre-release
Pre-release

Choose a tag to compare

@GrandpaEJ GrandpaEJ released this 23 Jul 12:18
· 12 commits to main since this release

πŸš€ BustAPI v0.15.0-rc1 Pre-Release Highlights

⚑ Performance Improvements

  • 2x Core Throughput Increase: Boosted throughput from ~44k RPS to 83,800+ RPS for plaintext endpoints.
  • 77% JSON Speedup: JSON responses increased from 41k RPS to 64,100+ RPS.
  • Latency Reduction: Reduced average latency from 2.23ms down to 1.19ms.

πŸ›  Key Core Fixes

  1. Eliminated Synchronous Disk Write: Removed debug file I/O bottleneck on worker HTTP request handling loop ().
  2. Pre-bound Route Endpoints: Replaced (N)$ dynamic search with pre-bound endpoint parameter in Python wrappers ().
  3. Zero-Clone Fast Path: Implemented Rust ownership transfer in when no middleware is attached ().