mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-24 21:16:56 +00:00
Update readme.
This commit is contained in:
parent
0e32544855
commit
242ad5a120
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user