Skip to content

Commit 392bf3a

Browse files
committed
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 <[email protected]>
1 parent 7a62274 commit 392bf3a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/go1.7.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h2 id="performance">Performance</h2>
367367
</p>
368368

369369
<p>
370-
<!-- git log &#45&#45grep '-[0-9][0-9]\.[0-9][0-9]%' go1.6.. -->
370+
<!-- git log -''-grep '-[0-9][0-9]\.[0-9][0-9]%' go1.6.. -->
371371
There have been significant optimizations bringing more than 10% improvements
372372
to implementations in the
373373
<a href="/pkg/crypto/sha1/"><code>crypto/sha1</code></a>,
@@ -562,10 +562,9 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
562562

563563
<dd>
564564
<p>
565-
As noted above,
566-
there are significant performance optimizations throughout the package.
565+
There are many performance optimizations throughout the package.
567566
Decompression speed is improved by about 10%,
568-
while compression speed for <code>DefaultCompression</code> is roughly doubled.
567+
while compression for <code>DefaultCompression</code> is twice as fast.
569568
</p>
570569

571570
<p>

0 commit comments

Comments
 (0)