From aab64b55a4c5db598c123e1a2770b9eb6507d7d8 Mon Sep 17 00:00:00 2001 From: vitaut Date: Thu, 2 Apr 2015 08:49:28 -0700 Subject: [PATCH] Update README.rst Compile code size is actually two times smaller compared to IOStreams --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 080b2280..6acbc50f 100644 --- a/README.rst +++ b/README.rst @@ -322,7 +322,7 @@ tinyformat 64.6 418 386 Boost Format 222.8 990 923 ============ =============== ==================== ================== -As you can see, C++ Format has 80% less overhead in terms of resulting +As you can see, C++ Format has two times less overhead in terms of resulting code size compared to IOStreams and comes pretty close to ``printf``. Boost Format has by far the largest overheads.