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: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 7a622740
...@@ -367,7 +367,7 @@ the code generation changes alone typically reduce program CPU time by 5-35%. ...@@ -367,7 +367,7 @@ the code generation changes alone typically reduce program CPU time by 5-35%.
</p> </p>
<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 There have been significant optimizations bringing more than 10% improvements
to implementations in the to implementations in the
<a href="/pkg/crypto/sha1/"><code>crypto/sha1</code></a>, <a href="/pkg/crypto/sha1/"><code>crypto/sha1</code></a>,
...@@ -562,10 +562,9 @@ The ...@@ -562,10 +562,9 @@ The
<dd> <dd>
<p> <p>
As noted above, There are many performance optimizations throughout the package.
there are significant performance optimizations throughout the package.
Decompression speed is improved by about 10%, 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>
<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