fawney19
707d9ac274
perf(gateway): 流式处理代码层性能优化
- 将 spawn 内 buffered_body 从 Vec<u8> 改为 VecDeque<u8>, drain 前端从 O(n) 变 O(1)
- 消除 prefetched body/chunks 的不必要 clone, 改为直接 move
- Pending/Streaming 非终态候选状态写入改为 tokio::spawn fire-and-forget
- 连接池默认 max_connections 从 30 提升到 50
2026-04-15 11:55:45 +08:00
..
2026-04-14 22:51:02 +08:00
2026-04-14 11:50:52 +08:00
2026-04-12 00:57:40 +08:00
2026-04-10 01:46:14 +08:00
2026-04-12 16:02:38 +08:00
2026-04-07 02:50:19 +08:00
2026-04-15 11:55:45 +08:00
2026-04-15 09:30:42 +08:00
2026-03-24 15:12:56 +08:00
2026-04-12 11:57:06 +08:00
2026-04-14 14:09:24 +08:00
2026-04-11 01:50:24 +08:00
2026-04-14 21:58:52 +08:00
2026-04-12 16:02:38 +08:00
2026-04-14 01:27:04 +08:00
2026-04-10 01:46:14 +08:00
2026-03-31 19:19:04 +08:00