-
Notifications
You must be signed in to change notification settings - Fork 18k
net/http: pool transport gzip readers #61390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
This PR (HEAD: cf5ad00) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/510255. Important tips:
|
cf5ad00
to
041cc00
Compare
This PR (HEAD: 041cc00) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/510255. Important tips:
|
Message from [email protected]: Patch Set 1: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/510255. |
Message from [email protected]: Patch Set 2: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/510255. |
Message from Bryan Mills: Patch Set 2: Code-Review+1 (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/510255. |
Message from Alexander Yastrebov: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/510255. |
Message from Alexander Yastrebov: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/510255. |
Message from Alexander Yastrebov: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/510255. |
Message from Alexander Yastrebov: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/510255. |
041cc00
to
8349b7d
Compare
This PR (HEAD: 8349b7d) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/510255. Important tips:
|
Message from Alexander Yastrebov: Patch Set 2: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/510255. |
Message from [email protected]: Patch Set 3: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/510255. |
Message from Damien Neil: Patch Set 4: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/510255. |
a632c84
to
607bd71
Compare
This PR (HEAD: 607bd71) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/510255. Important tips:
|
Message from [email protected]: Patch Set 5: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/510255. |
607bd71
to
94bcf3e
Compare
Message from Alexander Yastrebov: Patch Set 5: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/510255. |
This PR (HEAD: 94bcf3e) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/510255. Important tips:
|
Message from [email protected]: Patch Set 6: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/510255. |
94bcf3e
to
b902028
Compare
This PR (HEAD: b902028) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/510255. Important tips:
|
b902028
to
8854c57
Compare
Message from [email protected]: Patch Set 7: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/510255. |
This PR (HEAD: 8854c57) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/510255. Important tips:
|
Message from Alexander Yastrebov: Patch Set 7: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/510255. |
Message from [email protected]: Patch Set 8: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/510255. |
Message from Brad Fitzpatrick: Patch Set 8: (6 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/510255. |
Message from Damien Neil: Patch Set 8: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/510255. |
8854c57
to
06cf2a9
Compare
This PR (HEAD: 06cf2a9) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/510255. Important tips:
|
Message from [email protected]: Patch Set 9: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/510255. |
Message from Alexander Yastrebov: Patch Set 9: (6 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/510255. |
Message from Damien Neil: Patch Set 9: Code-Review+2 Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/510255. |
Message from Go LUCI: Patch Set 9: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2023-11-10T22:11:58Z","revision":"7da38e3a34211f43951b342da6da00468105debf"} Please don’t reply on this GitHub thread. Visit golang.org/cl/510255. |
Message from Damien Neil: Patch Set 9: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/510255. |
Message from Go LUCI: Patch Set 9: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/510255. |
Message from Go LUCI: Patch Set 9: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/510255. |
goos: linux goarch: amd64 pkg: net/http │ HEAD~1 │ HEAD │ │ sec/op │ sec/op vs base │ ClientGzip-8 621.0µ ± 2% 616.3µ ± 10% ~ (p=0.971 n=10) │ HEAD~1 │ HEAD │ │ B/op │ B/op vs base │ ClientGzip-8 49.765Ki ± 0% 9.514Ki ± 2% -80.88% (p=0.000 n=10) │ HEAD~1 │ HEAD │ │ allocs/op │ allocs/op vs base │ ClientGzip-8 57.00 ± 0% 52.00 ± 0% -8.77% (p=0.000 n=10) Allocation saving comes from absent compress/flate.(*dictDecoder).init Updates golang#61353
06cf2a9
to
e26eb44
Compare
Message from Sean Liao: Patch Set 10: Auto-Submit+1 Code-Review+1 Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/510255. |
Message from Go LUCI: Patch Set 10: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-03-04T12:28:33Z","revision":"14f462d105a977f97b2bdf2b559dea5992e0bc3e"} Please don’t reply on this GitHub thread. Visit golang.org/cl/510255. |
Message from Sean Liao: Patch Set 10: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/510255. |
Message from Go LUCI: Patch Set 10: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/510255. |
Message from Go LUCI: Patch Set 10: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/510255. |
Message from Ian Lance Taylor: Patch Set 10: (8 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/510255. |
This PR (HEAD: e26eb44) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/510255. Important tips:
|
Message from Alexander Yastrebov: Patch Set 10: (9 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/510255. |
goos: linux
goarch: amd64
pkg: net/http
│ HEAD~1 │ HEAD │
│ sec/op │ sec/op vs base │
ClientGzip-8 621.0µ ± 2% 616.3µ ± 10% ~ (p=0.971 n=10)
ClientGzip-8 49.765Ki ± 0% 9.514Ki ± 2% -80.88% (p=0.000 n=10)
ClientGzip-8 57.00 ± 0% 52.00 ± 0% -8.77% (p=0.000 n=10)
Allocation saving comes from absent compress/flate.(*dictDecoder).init
Updates #61353