Update README.rst

Compile code size is actually two times smaller compared to IOStreams
This commit is contained in:
vitaut 2015-04-02 08:49:28 -07:00
parent d2387999ec
commit aab64b55a4

View File

@ -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.