diff --git a/README.md b/README.md index 1705b92..2a29af5 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,14 @@ See also [`dtoa`] for printing floating point primitives. itoa = "0.4" ``` +
+ ## Performance (lower is better) ![performance](https://raw.githubusercontent.com/dtolnay/itoa/master/performance.png) +
+ ## Examples ```rust