From 392bf3a9cfee297ec106d5a67c37d8edb4c8c183 Mon Sep 17 00:00:00 2001 From: Chris Broadfoot Date: Mon, 8 Aug 2016 16:56:22 -0700 Subject: [PATCH] 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 --- doc/go1.7.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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.

-- 2.48.1