1
0
mirror of https://github.com/golang/go synced 2024-11-12 02:10:21 -07:00

doc: update go1.2.txt

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/12960043
This commit is contained in:
Rémy Oudompheng 2013-08-15 10:31:18 +02:00
parent 5d5defc77f
commit 826a739658

View 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).