doc/go1.17.html | 9 +++------ diff --git a/doc/go1.17.html b/doc/go1.17.html index 6c53aaaa88c9bd44917d6aa7ef2cd05c202bceab..988026f44ddae1254cba31fce1441f85a3a63548 100644 --- a/doc/go1.17.html +++ b/doc/go1.17.html @@ -838,12 +838,9 @@
- TODO: https://golang.org/cl/170079: implement Ryū-like algorithm for fixed precision ftoa -
- -- TODO: https://golang.org/cl/170080: Implement Ryū algorithm for ftoa shortest mode +
+ The strconv package now uses Ulf Adams's Ryū algorithm for formatting floating-point numbers.
+ This algorithm improves performance on most inputs, and is more than 99% faster on worst-case inputs.