Link to dtoa

This commit is contained in:
David Tolnay 2016-09-26 00:53:23 -07:00
parent 940b50f216
commit f9d1f9deb6
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ implementation comes straight from
but avoids the performance penalty of going through
[`fmt::Formatter`](https://doc.rust-lang.org/std/fmt/struct.Formatter.html).
See also [`dtoa`](https://github.com/dtolnay/dtoa) for printing floating point
primitives.
## Performance
![performance](https://raw.githubusercontent.com/dtolnay/itoa/master/performance.png)