Benoit Chesneau
7818401182
Optimize ASGI protocol for 16x performance improvement
...
- Replace datetime.now() with time.monotonic() for request timing
- Add access_log_enabled property to skip log work when disabled
- Rewrite BodyReceiver with Future-based waiting (no create_task)
- Remove StreamReader for HTTP/1.1, use direct bytearray buffering
- Add BufferReader wrapper for FastAsyncRequest compatibility
- Use pre-cached chunk prefixes in _send_body()
- Convert async methods to sync where no await needed
- Batch response writes (headers + body in single write)
Performance: 4,200 -> 69,500 req/s
2026-03-21 22:20:05 +01:00
..
2026-02-06 08:21:18 +01:00
2026-02-13 10:48:41 +01:00
2026-02-12 23:52:12 +01:00
2026-02-12 23:52:12 +01:00
2026-02-06 08:21:18 +01:00
2026-02-06 08:21:18 +01:00
2026-01-25 10:38:07 +01:00
2026-02-01 03:04:35 +01:00
2026-01-25 10:23:25 +01:00
2026-02-06 08:21:18 +01:00
2024-04-22 03:33:30 +02:00
2026-02-03 01:15:39 +01:00
2026-03-21 22:20:05 +01:00
2026-03-21 22:20:05 +01:00
2026-03-21 11:36:46 +01:00
2026-03-21 11:36:46 +01:00
2026-03-21 22:20:05 +01:00
2026-01-25 14:45:07 +01:00
2026-03-21 11:36:46 +01:00
2026-03-21 11:36:46 +01:00
2026-03-21 11:36:46 +01:00
2026-01-23 23:51:25 +01:00
2026-02-26 20:54:35 +01:00
2026-02-01 03:04:35 +01:00
2026-02-11 23:03:40 +01:00
2026-01-25 10:21:18 +01:00
2026-01-25 10:21:18 +01:00
2026-02-01 02:40:09 +01:00
2026-01-25 10:21:18 +01:00
2026-02-11 23:12:44 +01:00
2026-02-11 22:58:43 +01:00
2026-02-12 21:45:49 +01:00
2026-02-11 23:39:53 +01:00
2026-02-11 23:01:21 +01:00
2026-01-27 09:57:32 +01:00
2026-02-19 15:21:01 +01:00
2026-01-23 00:02:01 +01:00
2026-01-28 13:42:48 +01:00
2026-01-27 15:42:42 +01:00
2026-01-27 10:51:29 +01:00
2026-01-27 15:42:42 +01:00
2026-01-27 09:57:32 +01:00
2026-01-27 09:57:32 +01:00
2026-01-27 11:44:33 +01:00
2026-01-27 12:33:12 +01:00
2026-02-06 08:21:18 +01:00
2024-04-22 03:33:14 +02:00
2026-02-06 08:21:18 +01:00
2024-04-22 03:33:14 +02:00
2026-02-06 08:21:18 +01:00
2026-02-13 11:02:10 +01:00
2024-04-22 03:33:14 +02:00
2024-04-22 03:33:14 +02:00
2026-02-06 08:21:18 +01:00
2024-04-22 03:33:14 +02:00
2024-04-22 03:33:14 +02:00
2026-01-22 18:32:17 +01:00
2024-04-22 03:33:14 +02:00
2026-03-21 09:29:01 +01:00