Commit d7a7ce9
committed
Utilize specialized zip iterator impl
name old ns/iter new ns/iter diff ns/iter diff % speedup
fmt::write_str_macro1 13,927 12,489 -1,438 -10.33% x 1.12
fmt::write_str_macro2 24,633 23,418 -1,215 -4.93% x 1.05
fmt::write_str_macro_debug 234,633 233,092 -1,541 -0.66% x 1.01
fmt::write_str_ref 5,819 5,823 4 0.07% x 1.00
fmt::write_str_value 6,012 5,828 -184 -3.06% x 1.03
fmt::write_vec_macro1 18,550 17,143 -1,407 -7.58% x 1.08
fmt::write_vec_macro2 30,369 28,920 -1,449 -4.77% x 1.05
fmt::write_vec_macro_debug 244,338 244,901 563 0.23% x 1.00
fmt::write_vec_ref 5,952 5,885 -67 -1.13% x 1.01
fmt::write_vec_value 5,944 5,894 -50 -0.84% x 1.011 parent 0f34e0d commit d7a7ce9
1 file changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1026 | 1026 | | |
1027 | 1027 | | |
1028 | 1028 | | |
1029 | | - | |
| 1029 | + | |
1030 | 1030 | | |
1031 | 1031 | | |
1032 | 1032 | | |
1033 | 1033 | | |
1034 | | - | |
| 1034 | + | |
1035 | 1035 | | |
1036 | 1036 | | |
| 1037 | + | |
1037 | 1038 | | |
1038 | 1039 | | |
1039 | 1040 | | |
1040 | 1041 | | |
1041 | 1042 | | |
1042 | | - | |
| 1043 | + | |
1043 | 1044 | | |
1044 | 1045 | | |
| 1046 | + | |
1045 | 1047 | | |
1046 | 1048 | | |
1047 | 1049 | | |
1048 | 1050 | | |
1049 | 1051 | | |
1050 | | - | |
| 1052 | + | |
1051 | 1053 | | |
1052 | 1054 | | |
1053 | 1055 | | |
| |||
0 commit comments