]> Cypherpunks repositories - gostls13.git/commitdiff
doc: document math/big performance improvements
authorRobert Griesemer <gri@golang.org>
Thu, 8 Jan 2015 21:09:22 +0000 (13:09 -0800)
committerRobert Griesemer <gri@golang.org>
Thu, 8 Jan 2015 21:10:39 +0000 (21:10 +0000)
Change-Id: I2b40cd544dda550ac6ac6da19ba3867ec30b2774
Reviewed-on: https://go-review.googlesource.com/2563
Reviewed-by: Robert Griesemer <gri@golang.org>
doc/go1.5.txt

index 0d52b9d4da312b31050311575ab16edc1c36e71b..42c739b4a3bb73e58d159dfe54c99024fcb9f279 100644 (file)
@@ -11,3 +11,5 @@ net/smtp: add TLSConnectionState accessor (https://golang.org/cl/2151)
 Performance:
 
 strconv: optimize decimal to string conversion (https://golang.org/cl/2105)
+math/big: faster assembly kernels for amd64 and 386 (https://golang.org/cl/2503, https://golang.org/cl/2560)
+math/big: faster "pure Go" kernels for platforms w/o assembly kernels (https://golang.org/cl/2480)