xfy
11e22c80b8
perf: 零分配优化与 Dial timeout 支持
- 添加 b2s/s2b 零分配字节-字符串转换工具函数
- WebSocket 数据转发使用 sync.Pool 复用 32KB buffer
- 条件化 Debug 日志避免非 Debug 级别的字符串分配
- 缓存键哈希计算直接写入 []byte 避免 string 转换
- 使用 bytes.EqualFold 替代 strings.ToLower 进行大小写不敏感比较
- generateETag 使用 strconv.AppendInt 避免 fmt.Sprintf
- 支持 Dial timeout 配置,区分 TCP 连接建立和总连接超时
- MaxConnsPerHost 默认值改为 512(fasthttp 推荐)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-28 20:11:20 +08:00
..
2026-04-02 16:25:51 +08:00
2026-04-28 10:13:47 +08:00
2026-04-22 13:15:18 +08:00
2026-04-28 10:13:47 +08:00
2026-04-28 20:11:20 +08:00
2026-04-28 20:11:20 +08:00
2026-04-27 17:06:55 +08:00
2026-04-20 10:59:53 +08:00
2026-04-13 09:26:48 +08:00
2026-04-28 10:13:47 +08:00
2026-04-28 10:13:47 +08:00
2026-04-28 20:11:20 +08:00
2026-04-28 10:13:47 +08:00
2026-04-28 10:13:47 +08:00
2026-04-28 10:13:47 +08:00
2026-04-13 16:14:44 +08:00
2026-04-22 18:28:28 +08:00
2026-04-28 18:00:48 +08:00
2026-04-28 10:13:47 +08:00