From 932eb9777e97680f87c593a4fc6b97d1d6edd9a4 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 17 Feb 2015 06:15:44 -0800 Subject: [PATCH] Fix formatting, take 2 --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index c8e6a254..fa4ae2c1 100644 --- a/README.rst +++ b/README.rst @@ -265,15 +265,15 @@ equivalent is filled 2000000 times with output sent to ``/dev/null``; for further details see the `source `_. -============== ============= =========== +================= ============= =========== Library Method Run Time, s -============== ============= =========== +================= ============= =========== EGLIBC 2.19 printf 1.30 std::ostream operator<< 1.85 C++ Format 1.0 fmt::print 1.42 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 is confirmed by `other tests `_.