Skip to content

Commit c866067

Browse files
authored
Update README.md
1 parent 382c3ad commit c866067

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,18 @@ int main() {
3737

3838
- Currently not supported all format specifiers (at least ISO-8601 capable now)
3939

40-
## [Performance](https://quick-bench.com/q/ry5gUzPplSBQenbLVBqRt1ns2-k)
40+
## [Performance](https://quick-bench.com/q/6O2Ctb9wRnkvx_kHeq40xbYJu6A)
41+
42+
- Performance is ~20x faster than `std::get_time` + `std::mktime`.
43+
44+
> <img width="1658" height="829" alt="FuYJ4VJsqNsVqQ2Z92zbyToPDAA" src="https://github.com/user-attachments/assets/947daa7e-0e53-473a-82d0-fb2867ef76db" />
45+
> clang 17 libc++ c++23 -OFast
46+
47+
> <img width="1658" height="829" alt="37g7u6VRsTnA-NuvD_QuKdbo6TA" src="https://github.com/user-attachments/assets/c21cbaf8-134f-4d29-8b05-fa50d9e78098" />
48+
> clang 17 libstdc++ c++23 -OFast
49+
50+
> <img width="1658" height="829" alt="6O2Ctb9wRnkvx_kHeq40xbYJu6A" src="https://github.com/user-attachments/assets/874f25d5-8368-434d-a722-b73f6e9dea0d" />
51+
> gcc 13.2 libstdc++ c++23 -OFast
52+
4153

42-
- Performance is ~50x faster than `std::get_time` + `std::mktime`.
4354

44-
![ry5gUzPplSBQenbLVBqRt1ns2-k](https://user-images.githubusercontent.com/12413639/234938992-93cd1cb0-3a17-4466-99ae-b08cd3d3c8ff.png)

0 commit comments

Comments
 (0)