From 3cf862d703d29b990df00a39d283936f7f719832 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 25 Mar 2017 12:21:19 -0700 Subject: [PATCH] Lower is better --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 230fa5b..9e202e9 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ but avoids the performance penalty of going through See also [`dtoa`](https://github.com/dtolnay/dtoa) for printing floating point primitives. -## Performance +## Performance (lower is better) ![performance](https://raw.githubusercontent.com/dtolnay/itoa/master/performance.png)