• Brad Fitzpatrick's avatar
    http2: make Server reuse 64k request body buffer between requests · 3bafa332
    Brad Fitzpatrick authored
    name           old time/op    new time/op    delta
    ServerPosts-4     192µs ± 1%     164µs ± 1%  -14.16%  (p=0.000 n=17+19)
    
    name           old alloc/op   new alloc/op   delta
    ServerPosts-4    69.8kB ± 0%     2.8kB ± 0%  -95.95%  (p=0.000 n=18+18)
    
    name           old allocs/op  new allocs/op  delta
    ServerPosts-4      42.0 ± 0%      40.0 ± 0%   -4.76%  (p=0.000 n=20+20)
    
    This is a redo of git rev e7da8eda (golang.org/cl/20542) which had a race
    and was later reverted in golang.org/cl/21160.
    
    Updates golang/go#14960
    Updates grpc/grpc-go#604
    
    Change-Id: Ie216e45730dce4fc0c58f295bcbc669973145599
    Reviewed-on: https://go-review.googlesource.com/31447
    Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
    3bafa332
Name
Last commit
Last update
bpf Loading commit data...
context Loading commit data...
dict Loading commit data...
html Loading commit data...
http2 Loading commit data...
icmp Loading commit data...
idna Loading commit data...
internal Loading commit data...
ipv4 Loading commit data...
ipv6 Loading commit data...
lex/httplex Loading commit data...
lif Loading commit data...
netutil Loading commit data...
proxy Loading commit data...
publicsuffix Loading commit data...
route Loading commit data...
trace Loading commit data...
webdav Loading commit data...
websocket Loading commit data...
xsrftoken Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
codereview.cfg Loading commit data...