mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-25 06:21:00 +00:00
Update README.rst
This commit is contained in:
parent
a32f9148fc
commit
01b00e6dfb
@ -280,8 +280,8 @@ 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 cppformat is close to that of printf. cppformat is [faster on
|
Performance of cppformat is close to that of printf. cppformat is
|
||||||
integer formatting](http://zverovich.net/2013/09/07/integer-to-string-conversion-in-cplusplus.html),
|
[faster on integer formatting](http://zverovich.net/2013/09/07/integer-to-string-conversion-in-cplusplus.html),
|
||||||
but slower on floating-point formatting which dominates this benchmark.
|
but slower on floating-point formatting which dominates this benchmark.
|
||||||
|
|
||||||
Compile time and code bloat
|
Compile time and code bloat
|
||||||
|
Loading…
Reference in New Issue
Block a user