• Blake Mizerany's avatar
    net/http/httputil: eliminate duplicate alloc/copy in ReverseProxy · b48c419c
    Blake Mizerany authored
    This commit elimates the request allocation and shallow copy duplication
    already done by req.WithContext.
    
    name         old time/op    new time/op    delta
    ServeHTTP-4     216µs ±36%     212µs ±15%     ~     (p=0.853 n=10+10)
    
    name         old alloc/op   new alloc/op   delta
    ServeHTTP-4     917kB ±36%    1137kB ± 0%     ~     (p=0.352 n=10+10)
    
    name         old allocs/op  new allocs/op  delta
    ServeHTTP-4      5.00 ± 0%      4.00 ± 0%  -20.00%  (p=0.000 n=10+10)
    
    Change-Id: I514a59c30b037c7a65c355b06fd82c2d6ff17bb0
    Reviewed-on: https://go-review.googlesource.com/35569Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
    Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    b48c419c
Name
Last commit
Last update
.github Loading commit data...
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test 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.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...