xfy
3c1aed791f
fix(stream): sync.Pool 指针包装消除装箱分配
- 使用 *[]*Target 代替 []*Target 避免 Put 时的装箱分配
- roundRobin/weightedRoundRobin allocs/op 从 1 降至 0
- 解决 golangci-lint SA6002 staticcheck 警告
Benchmark: roundRobin 0 allocs/op, weightedRoundRobin 0 allocs/op
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-29 09:52:58 +08:00
..
2026-04-28 20:11:20 +08:00
2026-04-28 18:00:48 +08:00
2026-04-13 16:15:31 +08:00
2026-04-29 09:48:08 +08:00
2026-04-28 20:11:20 +08:00
2026-04-27 17:38:14 +08:00
2026-04-28 13:19:46 +08:00
2026-04-28 20:11:20 +08:00
2026-04-28 17:06:41 +08:00
2026-04-28 20:11:20 +08:00
2026-04-24 10:41:56 +08:00
2026-04-22 18:28:28 +08:00
2026-04-20 11:23:04 +08:00
2026-04-28 10:13:47 +08:00
2026-04-20 18:09:06 +08:00
2026-04-28 18:00:48 +08:00
2026-04-21 08:12:34 +08:00
2026-04-20 10:59:53 +08:00
2026-04-28 20:11:20 +08:00
2026-04-23 17:20:32 +08:00
2026-04-28 18:00:48 +08:00
2026-04-28 18:00:48 +08:00
2026-04-23 19:33:35 +08:00
2026-04-29 09:52:58 +08:00
2026-04-20 10:59:53 +08:00
2026-04-28 18:00:48 +08:00
2026-04-20 11:23:04 +08:00
2026-04-21 08:12:34 +08:00
2026-04-24 18:24:31 +08:00