File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,11 @@ int main() {
20
20
- Currently not supported all format specifiers (at least ISO-8601 capable now)
21
21
- Requires C++17 and upper
22
22
23
- ## [ Performance] ( https://quick-bench.com/q/P2FgpMZs9Cv9pq8vk8G-es_q9G4 )
24
- - Performance is ~ 20x faster than ` std::get_time ` and ~ 70x faster than ` std::get_time ` + ` std::mktime ` .
23
+ ## [ Performance] ( https://quick-bench.com/q/ry5gUzPplSBQenbLVBqRt1ns2-k )
24
+ - Performance is ~ 50x faster than ` std::get_time ` + ` std::mktime ` .
25
+
26
+ ![ ry5gUzPplSBQenbLVBqRt1ns2-k] ( https://user-images.githubusercontent.com/12413639/234938992-93cd1cb0-3a17-4466-99ae-b08cd3d3c8ff.png )
25
27
26
- ![ P2FgpMZs9Cv9pq8vk8G-es_q9G4] ( https://user-images.githubusercontent.com/12413639/232605091-564e4e85-df24-489e-b582-8181bab2b14e.png )
27
28
28
29
29
30
You can’t perform that action at this time.
0 commit comments