Update README.

This commit is contained in:
Victor Zverovich 2014-02-19 14:40:48 -08:00
parent 43fe100875
commit 8f91cf06b6

View File

@ -246,8 +246,7 @@ As you can see boost::format is much slower than the alternative methods; this
is confirmed by `other tests <http://accu.org/index.php/journals/1539>`__. is confirmed by `other tests <http://accu.org/index.php/journals/1539>`__.
Tinyformat is quite good coming close to IOStreams. Unfortunately tinyformat Tinyformat is quite good coming close to IOStreams. Unfortunately tinyformat
cannot be faster than the IOStreams because it uses them internally. 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 Performance of format is close to that of printf.
improvement since format is not based on IOStreams.
Compile time and code bloat Compile time and code bloat
~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~