Benoit Chesneau fa967743c0 Optimize ASGI performance with fast parser integration
Wire HttpParser to ASGI hot path, replacing AsyncRequest.parse() with
direct buffer-based parsing. Add FastAsyncRequest wrapper for body
reading. Replace per-request Queue/Task with BodyReceiver for on-demand
body reading. Keep headers as bytes end-to-end to avoid conversion
overhead. Add backpressure control and keepalive timer. Cache response
status lines and Date header.

Benchmark shows 3x improvement: ~875K req/s for simple GET (was ~340K).
2026-03-21 11:36:46 +01:00
..
2026-01-23 01:20:03 +01:00
2026-01-23 01:20:03 +01:00
2026-01-23 18:47:17 +01:00
2026-01-23 01:20:03 +01:00
2026-01-23 18:47:17 +01:00
2026-01-23 01:20:03 +01:00
2026-01-23 01:20:03 +01:00
2026-01-23 01:20:03 +01:00
2026-01-23 01:20:03 +01:00
2026-01-23 01:20:03 +01:00
2026-01-23 01:20:03 +01:00
2026-01-23 01:20:03 +01:00
2026-01-23 01:20:03 +01:00
2026-01-23 01:20:03 +01:00
2026-02-02 23:36:30 +01:00
2026-01-23 01:20:03 +01:00
2026-01-23 01:20:03 +01:00
2026-01-23 18:47:17 +01:00
2026-01-23 01:20:03 +01:00
2026-01-23 01:20:03 +01:00