Update readme.

This commit is contained in:
Victor Zverovich 2014-05-20 09:16:41 -07:00
parent 0e32544855
commit 242ad5a120

View File

@ -260,9 +260,10 @@ Performance of format is close to that of printf.
Compile time and code bloat Compile time and code bloat
~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
The script ``bloat_test.sh`` from the `tinyformat The script `bloat_test.sh
<https://github.com/c42f/tinyformat>`__ repository tests compile time and <https://github.com/cppformat/format-benchmark/blob/master/bloat_test.sh>`__
code bloat for nontrivial projects. It generates 100 translation units from `tinyformat <https://github.com/c42f/tinyformat>`__ tests compile time
and code bloat for nontrivial projects. It generates 100 translation units
and uses ``printf()`` or its alternative five times in each to simulate and uses ``printf()`` or its alternative five times in each to simulate
a medium sized project. The resulting executable size and compile time a medium sized project. The resulting executable size and compile time
(g++-4.7.2, Ubuntu GNU/Linux 12.10, best of three) is shown in the following (g++-4.7.2, Ubuntu GNU/Linux 12.10, best of three) is shown in the following