xfy
f20eafbb28
perf(stream): Balancer healthy slice 池化减少分配
- roundRobin/weightedRoundRobin/ipHash 添加 healthyPool sync.Pool
- Select 方法使用 pool.Get/Put 复用 []*Target slice
- steady-state allocs/op 从 slice 分配降至 1(仅 pool 接口开销)
Benchmark: roundRobin 1 allocs/op, weightedRoundRobin 1 allocs/op
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-29 09:44:41 +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:39:18 +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:44:41 +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