From 7e251643db8ec10d7b2163dac777c2c23f03bd10 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 9 Mar 2015 08:48:08 -0700 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 75d38cc0..e3f4450c 100644 --- a/README.rst +++ b/README.rst @@ -288,7 +288,7 @@ tinyformat 2.0.1 tfm::printf 2.25 Boost Format 1.54 boost::format 9.94 ================= ============= =========== -As you can see boost::format is much slower than the alternative methods; this +As you can see ``boost::format`` is much slower than the alternative methods; this is confirmed by `other tests `_. Tinyformat is quite good coming close to IOStreams. Unfortunately tinyformat cannot be faster than the IOStreams because it uses them internally.