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
I thought I am posting this here in case it's an interesting use case and maybe even a low-hanging performance issue to resolve. This one stood out as it was the only one out of 114 crates being compiled that showed this kind of worst-case performance. Here is the full timings log.
The text was updated successfully, but these errors were encountered:
h2 and pulldown-cmark also seem way slower with Polonius.
I also have an internal code-generated crate with lots of const/static arrays of strings which is taking ages (over 15 minutes, and still running) (no proc macros there).
It can be reproduced with the following script, assuming a nightly compiler is available.
I thought I am posting this here in case it's an interesting use case and maybe even a low-hanging performance issue to resolve. This one stood out as it was the only one out of 114 crates being compiled that showed this kind of worst-case performance. Here is the full timings log.
The text was updated successfully, but these errors were encountered: