]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.7.html: update compress/flate section
authorChris Broadfoot <cbro@golang.org>
Mon, 8 Aug 2016 23:56:22 +0000 (16:56 -0700)
committerChris Broadfoot <cbro@golang.org>
Tue, 9 Aug 2016 00:43:25 +0000 (00:43 +0000)
Updates #15810.

Change-Id: Ifa7d2fd7fbfe58dff8541b18a11f007a5ff5818a
Reviewed-on: https://go-review.googlesource.com/25591
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/go1.7.html

index 7e17ff2424c1a1428875a46f181396ad2c561330..58b12917c5a5e6e86621168b148c543bb5b7ba54 100644 (file)
@@ -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>