Commit 392bf3a9 authored by Chris Broadfoot's avatar Chris Broadfoot

doc/go1.7.html: update compress/flate section

Updates #15810.

Change-Id: Ifa7d2fd7fbfe58dff8541b18a11f007a5ff5818a
Reviewed-on: https://go-review.googlesource.com/25591Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 7a622740
......@@ -367,7 +367,7 @@ the code generation changes alone typically reduce program CPU time by 5-35%.
</p>
<p>
<!-- git log &#45&#45grep '-[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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment