-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Profile and optimize mypy #11547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Some of the optimizations may have a pretty minor impact (say 0.5% or less), but they can still be worthwhile. For example, 20 small optimizations that each average a 0.5% improvement can together improve performance by 10%, which is already quite significant. |
By far the biggest perf win we've had recently was #10922. There's probably more we can do on the theme of "not doing work that then gets thrown away". |
Closing, since there's been some recent perf work in this vein. |
Uh oh!
There was an error while loading. Please reload this page.
We haven't done any profiling in a while, as far as I know, and I've found some regressions and low-hanging fruit that we can easily fix.
The text was updated successfully, but these errors were encountered: