Commit d9ea259
committed
Add I/O and formatting performance benchmarks
- Add format vs fmt benchmark (format_vs_fmt.cc)
- Add teju vs dragonbox floating point benchmark (teju_vs_dragonbox.cc)
- Add file I/O vs stdio benchmark (file_vs_stdio.cc)
These benchmarks compare fast_io performance against fmt library,
dragonbox/teju floating point implementations, and standard stdio
for various I/O and formatting operations.1 parent b53b785 commit d9ea259
6 files changed
Lines changed: 719 additions & 0 deletions
File tree
- benchmark
- 0019.formatting
- 0020.teju_vs_dragonbox
- 0021.io
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
0 commit comments