From: Chris Broadfoot
Date: Mon, 8 Aug 2016 23:56:22 +0000 (-0700)
Subject: doc/go1.7.html: update compress/flate section
X-Git-Tag: go1.8beta1~1897
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=392bf3a9cfee297ec106d5a67c37d8edb4c8c183;p=gostls13.git
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
---
diff --git a/doc/go1.7.html b/doc/go1.7.html
index 7e17ff2424..58b12917c5 100644
--- a/doc/go1.7.html
+++ b/doc/go1.7.html
@@ -367,7 +367,7 @@ the code generation changes alone typically reduce program CPU time by 5-35%.
-
+
There have been significant optimizations bringing more than 10% improvements
to implementations in the
crypto/sha1
,
@@ -562,10 +562,9 @@ The
-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 DefaultCompression
is roughly doubled.
+while compression for DefaultCompression
is twice as fast.