Commit b3424a78 authored by Mikio Hara's avatar Mikio Hara

doc/go1.2.txt: net: performance improvement on BSD

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/12975044
parent 478c871f
...@@ -13,6 +13,7 @@ compress/bzip2: faster decompression by 30% (CL 9915043). ...@@ -13,6 +13,7 @@ compress/bzip2: faster decompression by 30% (CL 9915043).
crypto/des: 5x faster encoding/decoding (CL 11874043, 12072045). crypto/des: 5x faster encoding/decoding (CL 11874043, 12072045).
encoding/json: faster encoding (CL 9129044). encoding/json: faster encoding (CL 9129044).
net: improve windows performance by up to 30% (CL 8670044). 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: Breaking change:
archive/tar,archive/zip: fix os.FileInfo implementation to provide base name only (CL 13118043). archive/tar,archive/zip: fix os.FileInfo implementation to provide base name only (CL 13118043).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment