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.