From 0a66e4cbbb5f9403b3bd4b43b2603238c14ffaf9 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 24 Mar 2019 11:37:07 -0700 Subject: [PATCH] Update README.rst --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 523b3933..88a71732 100644 --- a/README.rst +++ b/README.rst @@ -178,6 +178,13 @@ or equivalent is filled 2,000,000 times with output sent to ``/dev/null``; for further details refer to the `source `_. +{fmt} is 10x faster than ``std::ostringstream`` and ``sprintf`` on floating-point +formatting (`dtoa-benchmark `_) +and as fast as `double-conversion `_: + +.. image:: https://user-images.githubusercontent.com/576385/54883977-9fe8c000-4e28-11e9-8bde-272d122e7c52.jpg + :target: http://fmtlib.net/unknown_mac64_clang10.0.html + Compile time and code bloat ~~~~~~~~~~~~~~~~~~~~~~~~~~~