You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overall compile times:
```
html5ever html5ever-0.26.0
check 4.1s 7.8s
debug 4.4s 8.0s
opt 4.7s 7.3s
```
Compile times for the final crate:
```
helloworld html5ever html5ever-0.26.0
check 0.16 1.10 0.58
debug 0.23 1.37 0.69
opt 0.22 1.65 0.81
```
The final crate is quite a bit smaller, especially relative to the overall
time. I looked at Cachegrind profiles, it seems like html5ever-0.26.0 is even
more of a macro expanstion + AST handling stress test, because that stuff is a
bigger proportion. So I think it's still reasonable to include it.
0 commit comments