From 77d54251f0ffa59e881495eaf9d2ea2f5751af69 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 10 Mar 2019 11:21:24 -0700 Subject: [PATCH] Update benchmark results --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index f2ae5b02..e8a38020 100644 --- a/README.rst +++ b/README.rst @@ -353,10 +353,10 @@ further details see the `source Library Method Run Time, s ================= ============= =========== libc printf 1.01 -libc++ std::ostream 2.98 -fmt 31510cb fmt::print 1.13 +libc++ std::ostream 3.04 +fmt 1632f72 fmt::print 0.86 tinyformat 2.0.1 tfm::printf 3.23 -Boost Format 1.54 boost::format 7.34 +Boost Format 1.54 boost::format 7.98 Folly Format folly::format 2.23 ================= ============= ===========