From f73388f1ad81b48be84dfcca67eea7c6564669ef Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 6 Jan 2024 13:26:17 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a54556e4..997bfb65 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,7 @@ in the following tables. |---------------|-----------------|----------------------|--------------------| | printf | 1.6 | 54 | 50 | | IOStreams | 25.6 | 98 | 84 | -| {fmt} | 4.8 | 54 | 50 | +| {fmt} 1b7d9db | 4.8 | 54 | 50 | | tinyformat | 30.5 | 161 | 136 | | Boost Format | 56.7 | 530 | 317 | @@ -233,7 +233,7 @@ Folly Format have the largest overheads. |---------------|-----------------|----------------------|--------------------| | printf | 1.4 | 54 | 50 | | IOStreams | 24.2 | 92 | 68 | -| {fmt} | 4.7 | 217 | 214 | +| {fmt} 1b7d9db | 4.7 | 217 | 214 | | tinyformat | 25.7 | 204 | 161 | | Boost Format | 37.5 | 831 | 462 |