mirror of
https://github.com/golang/go.git
synced 2025-05-23 00:11:26 +00:00
doc: document math/big performance improvements
Change-Id: I2b40cd544dda550ac6ac6da19ba3867ec30b2774 Reviewed-on: https://go-review.googlesource.com/2563 Reviewed-by: Robert Griesemer <gri@golang.org>
This commit is contained in:
parent
6f07ac2f28
commit
fbe2845cdd
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user