mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-26 09:28:21 +00:00
Update README.rst
This commit is contained in:
parent
08d759c425
commit
7e251643db
@ -288,7 +288,7 @@ tinyformat 2.0.1 tfm::printf 2.25
|
|||||||
Boost Format 1.54 boost::format 9.94
|
Boost Format 1.54 boost::format 9.94
|
||||||
================= ============= ===========
|
================= ============= ===========
|
||||||
|
|
||||||
As you can see boost::format is much slower than the alternative methods; this
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user