From 8f91cf06b63ede40a874f7ac3cb03bf5da22bd54 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 19 Feb 2014 14:40:48 -0800 Subject: [PATCH] Update README. --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 2fc41c9e..ef0112b4 100644 --- a/README.rst +++ b/README.rst @@ -246,8 +246,7 @@ 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. -Performance of format is close to that of std::ostream but there is a room for -improvement since format is not based on IOStreams. +Performance of format is close to that of printf. Compile time and code bloat ~~~~~~~~~~~~~~~~~~~~~~~~~~~