v0.15.0-rc1 (Core Performance Overhaul Pre-Release)
Pre-release
Pre-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
- Eliminated Synchronous Disk Write: Removed debug file I/O bottleneck on worker HTTP request handling loop ().
- Pre-bound Route Endpoints: Replaced (N)$ dynamic search with pre-bound endpoint parameter in Python wrappers ().
- Zero-Clone Fast Path: Implemented Rust ownership transfer in when no middleware is attached ().