This website requires JavaScript.
Explore
Help
Sign In
xfy
/
lolly
Watch
1
Star
0
Fork
0
You've already forked lolly
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
lolly
/
internal
/
loadbalance
History
xfy
71bfb895e5
perf(loadbalance): delegate fnvHash64a to internal/hash
...
Eliminates code duplication, uses shared inline FNV-1a implementation.
2026-06-04 10:45:11 +08:00
..
algorithms.go
refactor: remove unused code and fix formatting
2026-05-09 16:58:45 +08:00
balancer_bench_test.go
refactor: modernize code with Go 1.22+ features
2026-04-30 10:37:45 +08:00
balancer_test.go
perf(loadbalance): eliminate per-request allocations in filterHealthy with sync.Pool
2026-06-04 00:19:04 +08:00
balancer.go
perf(loadbalance): delegate fnvHash64a to internal/hash
2026-06-04 10:45:11 +08:00
consistent_hash.go
perf(loadbalance): eliminate double-lock in ConsistentHash with atomic.Bool rebuild guard
2026-06-04 00:20:43 +08:00
random.go
perf(loadbalance): eliminate per-request allocations in filterHealthy with sync.Pool
2026-06-04 00:19:04 +08:00
slow_start_test.go
chore: remove trailing blank lines and clean up whitespace
2026-06-03 18:08:34 +08:00
slow_start.go
chore: remove trailing blank lines and clean up whitespace
2026-06-03 18:08:34 +08:00