mirror of https://github.com/golang/go.git
doc/go1.7.html: update compress/flate section
Updates #15810. Change-Id: Ifa7d2fd7fbfe58dff8541b18a11f007a5ff5818a Reviewed-on: https://go-review.googlesource.com/25591 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
7a62274065
commit
392bf3a9cf
|
|
@ -367,7 +367,7 @@ the code generation changes alone typically reduce program CPU time by 5-35%.
|
|||
</p>
|
||||
|
||||
<p>
|
||||
<!-- git log --grep '-[0-9][0-9]\.[0-9][0-9]%' go1.6.. -->
|
||||
<!-- git log -''-grep '-[0-9][0-9]\.[0-9][0-9]%' go1.6.. -->
|
||||
There have been significant optimizations bringing more than 10% improvements
|
||||
to implementations in the
|
||||
<a href="/pkg/crypto/sha1/"><code>crypto/sha1</code></a>,
|
||||
|
|
@ -562,10 +562,9 @@ The
|
|||
|
||||
<dd>
|
||||
<p>
|
||||
As noted above,
|
||||
there are significant performance optimizations throughout the package.
|
||||
There are many performance optimizations throughout the package.
|
||||
Decompression speed is improved by about 10%,
|
||||
while compression speed for <code>DefaultCompression</code> is roughly doubled.
|
||||
while compression for <code>DefaultCompression</code> is twice as fast.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue