From 826a73965862c29fa1ce1fd413a3a07701cd139d Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9my=20Oudompheng?= Date: Thu, 15 Aug 2013 10:31:18 +0200 Subject: [PATCH] doc: update go1.2.txt R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/12960043 --- doc/go1.2.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/go1.2.txt b/doc/go1.2.txt index ca7b39d777..5716907e49 100644 --- a/doc/go1.2.txt +++ b/doc/go1.2.txt @@ -9,6 +9,8 @@ package or cmd/xxx directory name, and ending in a CL number. Please keep the list sorted (as in sort.Strings of the lines). Performance: +compress/bzip2: faster decompression by 30% (CL 9915043). +crypto/des: 5x faster encoding/decoding (CL 11874043, 12072045). encoding/json: faster encoding (CL 9129044). net: improve windows performance by up to 30% (CL 8670044). -- 2.48.1