Commit 77a05a2
authored
Next (#1199)
* fix:
- Correct cipher suite identifier for TLS_AES_256_GCM_SHA384, {0x13, 0x02} should correspond to TLS_AES_256_GCM_SHA384.Ref: https://datatracker.ietf.org/doc/html/rfc8446#appendix-B.4
- remove the repeat check
- use correct number N instead of this->n
- move allochdl in list move operations
* comment out allochdl move operations
* 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.
* Add from_chars benchmark1 parent a646386 commit 77a05a2
13 files changed
Lines changed: 891 additions & 11 deletions
File tree
- benchmark
- 0019.formatting
- 0020.teju_vs_dragonbox
- 0021.io
- 0022.from_chars
- include
- fast_io_crypto/tls
- fast_io_dsal
- impl
| 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