From: Mikio Hara Date: Wed, 21 Aug 2013 00:53:17 +0000 (+0900) Subject: doc/go1.2.txt: net: performance improvement on BSD X-Git-Tag: go1.2rc2~471 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b3424a78503dffde52dcd6bf830ed63ee316defa;p=gostls13.git doc/go1.2.txt: net: performance improvement on BSD R=golang-dev, r CC=golang-dev https://golang.org/cl/12975044 --- diff --git a/doc/go1.2.txt b/doc/go1.2.txt index 85dd2e2c56..90f3432cb9 100644 --- a/doc/go1.2.txt +++ b/doc/go1.2.txt @@ -13,6 +13,7 @@ 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). +net: improve performance on BSD by up to 30% (CL 8264043, 12927048, 13080043). Breaking change: archive/tar,archive/zip: fix os.FileInfo implementation to provide base name only (CL 13118043).