From 19cac63fe4b4d8fe6a4ced28de16a68659cf9035 Mon Sep 17 00:00:00 2001 From: Eric Curtin Date: Fri, 19 Nov 2021 16:43:48 +0000 Subject: [PATCH] Broken link in README.rst Added src directory to link --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b2a4cf6465ea..394f28d97bbd 100644 --- a/README.rst +++ b/README.rst @@ -205,7 +205,7 @@ The above results were generated by building ``tinyformat_test.cpp`` on macOS best of three runs. In the test, the format string ``"%0.10f:%04d:%+g:%s:%p:%c:%%\n"`` or equivalent is filled 2,000,000 times with output sent to ``/dev/null``; for further details refer to the `source -`_. +`_. {fmt} is up to 20-30x faster than ``std::ostringstream`` and ``sprintf`` on floating-point formatting (`dtoa-benchmark `_)