File tree 1 file changed +7
-13
lines changed 1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change 3273
3273
than `printf` and 10% faster than double-conversion on
3274
3274
[dtoa-benchmark](https://github.com/fmtlib/dtoa-benchmark):
3275
3275
3276
- +---------------+------------+----------+
3277
- | Function | Time (ns) | Speedup |
3278
- +===============+============+==========+
3279
- | ostringstream | > 1,346.30 | > 1.00x |
3280
- +---------------+------------+----------+
3281
- | ostrstream | > 1,195.74 | > 1.13x |
3282
- +---------------+------------+----------+
3283
- | sprintf | > 995.08 | > 1.35x |
3284
- +---------------+------------+----------+
3285
- | doubleconv | > 99.10 | > 13.59x |
3286
- +---------------+------------+----------+
3287
- | fmt | > 88.34 | > 15.24x |
3288
- +---------------+------------+----------+
3276
+ | Function | Time (ns) | Speedup |
3277
+ | ------------- | --------: | ------: |
3278
+ | ostringstream | 1,346.30 | 1.00x |
3279
+ | ostrstream | 1,195.74 | 1.13x |
3280
+ | sprintf | 995.08 | 1.35x |
3281
+ | doubleconv | 99.10 | 13.59x |
3282
+ | fmt | 88.34 | 15.24x |
3289
3283
3290
3284

3291
3285
You can’t perform that action at this time.
0 commit comments