mirror of
https://github.com/fmtlib/fmt.git
synced 2026-09-13 14:22:26 +08:00
Reorder performance comparison
This commit is contained in:
parent
ba24da597a
commit
1dd74c0c82
@ -182,8 +182,8 @@ Output on a modern terminal with Unicode support:
|
||||
|
||||
# Performance
|
||||
|
||||
{fmt} can be tens of percent to 20–30 times faster than iostreams and
|
||||
`sprintf`, especially for numeric formatting. It minimizes dynamic memory
|
||||
{fmt} can be tens of percent to 20–30 times faster than `sprintf` and
|
||||
iostreams, especially for numeric formatting. It minimizes dynamic memory
|
||||
allocations and can optionally [compile format strings](
|
||||
https://fmt.dev/latest/api/#compile-api) into efficient formatting code.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user