Reorder performance comparison

This commit is contained in:
Victor Zverovich 2026-09-04 12:54:13 -07:00
parent ba24da597a
commit 1dd74c0c82

View File

@ -182,8 +182,8 @@ Output on a modern terminal with Unicode support:
# Performance
{fmt} can be tens of percent to 2030 times faster than iostreams and
`sprintf`, especially for numeric formatting. It minimizes dynamic memory
{fmt} can be tens of percent to 2030 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.