From 24296cff1ce1b0916c3c6c46c637d00c88f944e1 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 4 Sep 2023 08:16:16 -0700 Subject: [PATCH] Update ChangeLog.md --- ChangeLog.md | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index f9583a93..33d06d66 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3273,19 +3273,13 @@ than `printf` and 10% faster than double-conversion on [dtoa-benchmark](https://github.com/fmtlib/dtoa-benchmark): - +---------------+------------+----------+ - | Function | Time (ns) | Speedup | - +===============+============+==========+ - | ostringstream | > 1,346.30 | > 1.00x | - +---------------+------------+----------+ - | ostrstream | > 1,195.74 | > 1.13x | - +---------------+------------+----------+ - | sprintf | > 995.08 | > 1.35x | - +---------------+------------+----------+ - | doubleconv | > 99.10 | > 13.59x | - +---------------+------------+----------+ - | fmt | > 88.34 | > 15.24x | - +---------------+------------+----------+ + | Function | Time (ns) | Speedup | + | ------------- | --------: | ------: | + | ostringstream | 1,346.30 | 1.00x | + | ostrstream | 1,195.74 | 1.13x | + | sprintf | 995.08 | 1.35x | + | doubleconv | 99.10 | 13.59x | + | fmt | 88.34 | 15.24x | ![image](https://user-images.githubusercontent.com/576385/69767160-cdaca400-112f-11ea-9fc5-347c9f83caad.png)