diff options
| author | Robert Griesemer <gri@golang.org> | 2015-09-25 10:09:04 -0700 |
|---|---|---|
| committer | Robert Griesemer <gri@golang.org> | 2015-09-25 22:25:12 +0000 |
| commit | e937eeeccdbf07df30ad4ea8ebd3cc20742b3200 (patch) | |
| tree | d2ed3b64779ef5c3cbea1a148af517219e5bf2df /src/encoding/json | |
| parent | 8d701f092d5dba49a79fada561e90cfdb84f2bd1 (diff) | |
| download | go-e937eeeccdbf07df30ad4ea8ebd3cc20742b3200.tar.xz | |
math/big: removed more unnecessary string conversions
- renamed (nat) itoa to utoa (since that's what it is)
- added (nat) itoa that takes a sign parameter; this helps removing a few string copies
- used buffers instead of string+ in Rat conversions
Change-Id: I6b37a6b39557ae311cafdfe5c4a26e9246bde1a9
Reviewed-on: https://go-review.googlesource.com/14995
Reviewed-by: Alan Donovan <adonovan@google.com>
Diffstat (limited to 'src/encoding/json')
0 files changed, 0 insertions, 0 deletions
