Skip to content

Commit

Permalink
doc/go1.7.html: update compress/flate section
Browse files Browse the repository at this point in the history
Updates golang#15810.

Change-Id: Ifa7d2fd7fbfe58dff8541b18a11f007a5ff5818a
Reviewed-on: https://go-review.googlesource.com/25591
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
  • Loading branch information
broady authored and madeye committed Aug 10, 2016
1 parent 1f5d8d6 commit 0caa4e9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions doc/go1.7.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h2 id="performance">Performance</h2>
</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>,
Expand Down Expand Up @@ -562,10 +562,9 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>

<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>
Expand Down

0 comments on commit 0caa4e9

Please sign in to comment.