mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-29 18:27:40 +02:00
Update ChangeLog.md
This commit is contained in:
20
ChangeLog.md
20
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 |
|
||||
|
||||

|
||||
|
||||
|
Reference in New Issue
Block a user