mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-25 06:21:00 +00:00
Move the heading to the correct place.
This commit is contained in:
parent
877abaf301
commit
7664a0aa5b
@ -180,9 +180,6 @@ verbatim text with arguments, but is faster.
|
|||||||
Benchmarks
|
Benchmarks
|
||||||
----------
|
----------
|
||||||
|
|
||||||
Compile time and code bloat
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
Speed tests
|
Speed tests
|
||||||
~~~~~~~~~~~
|
~~~~~~~~~~~
|
||||||
|
|
||||||
@ -211,6 +208,9 @@ 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 std::ostream but there is a room for
|
||||||
improvement since format is not based on IOStreams.
|
improvement since format is not based on IOStreams.
|
||||||
|
|
||||||
|
Compile time and code bloat
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
The script ``bloat_test.sh`` from the `tinyformat
|
The script ``bloat_test.sh`` from the `tinyformat
|
||||||
<https://github.com/c42f/tinyformat>`__ repository tests compile time and
|
<https://github.com/c42f/tinyformat>`__ repository tests compile time and
|
||||||
code bloat for nontrivial projects. It generates 100 translation units
|
code bloat for nontrivial projects. It generates 100 translation units
|
||||||
|
Loading…
Reference in New Issue
Block a user