Skip to content

Commit 86ef1d3

Browse files
broadymadeye
authored andcommitted
doc/go1.7.html: update compress/flate section
Updates golang#15810. Change-Id: Ifa7d2fd7fbfe58dff8541b18a11f007a5ff5818a Reviewed-on: https://go-review.googlesource.com/25591 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 0d81858 commit 86ef1d3

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
@@ -358,7 +358,7 @@ <h2 id="performance">Performance</h2>
358358
</p>
359359

360360
<p>
361-
<!-- git log &#45&#45grep '-[0-9][0-9]\.[0-9][0-9]%' go1.6.. -->
361+
<!-- git log -''-grep '-[0-9][0-9]\.[0-9][0-9]%' go1.6.. -->
362362
There have been significant optimizations bringing more than 10% improvements
363363
to implementations in the
364364
<a href="/pkg/crypto/sha1/"><code>crypto/sha1</code></a>,
@@ -553,10 +553,9 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
553553

554554
<dd>
555555
<p>
556-
As noted above,
557-
there are significant performance optimizations throughout the package.
556+
There are many performance optimizations throughout the package.
558557
Decompression speed is improved by about 10%,
559-
while compression speed for <code>DefaultCompression</code> is roughly doubled.
558+
while compression for <code>DefaultCompression</code> is twice as fast.
560559
</p>
561560

562561
<p>

0 commit comments

Comments
 (0)