mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 10:47:35 +02:00
Update benchmark results
This commit is contained in:
12
README.rst
12
README.rst
@ -352,12 +352,12 @@ further details see the `source
|
|||||||
================= ============= ===========
|
================= ============= ===========
|
||||||
Library Method Run Time, s
|
Library Method Run Time, s
|
||||||
================= ============= ===========
|
================= ============= ===========
|
||||||
libc printf 1.35
|
libc printf 1.01
|
||||||
libc++ std::ostream 3.42
|
libc++ std::ostream 2.98
|
||||||
fmt 534bff7 fmt::print 1.56
|
fmt 31510cb fmt::print 1.13
|
||||||
tinyformat 2.0.1 tfm::printf 3.73
|
tinyformat 2.0.1 tfm::printf 3.23
|
||||||
Boost Format 1.54 boost::format 8.44
|
Boost Format 1.54 boost::format 7.34
|
||||||
Folly Format folly::format 2.54
|
Folly Format folly::format 2.23
|
||||||
================= ============= ===========
|
================= ============= ===========
|
||||||
|
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user