]> Cypherpunks repositories - gostls13.git/commitdiff
doc: update go1.2.txt
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Thu, 15 Aug 2013 08:31:18 +0000 (10:31 +0200)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Thu, 15 Aug 2013 08:31:18 +0000 (10:31 +0200)
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/12960043

doc/go1.2.txt

index ca7b39d77710b9adb7953b2d8eebc981b00f4837..5716907e499168e42f7827164a4b77477bc15f72 100644 (file)
@@ -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).