bufbuild / httplb

Client-side load balancing for net/http
https://pkg.go.dev/github.com/bufbuild/httplb
Apache License 2.0
48 stars 2 forks source link

Optimize the newly-changed heap update operation #63

Closed jhump closed 7 months ago

jhump commented 7 months ago

Is this worth it? Maybe not. The thought here is that we avoid the heap re-init in many cases. WDYT?