Skip to content
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

Skip overlapping overload checks in ignored files #10922

Merged
merged 1 commit into from
Aug 4, 2021

Conversation

hauntsaninja
Copy link
Collaborator

@hauntsaninja hauntsaninja commented Aug 4, 2021

Resolves #9691

As mentioned in that issue, this is a huge performance win. On the
codebase I'm currently working on, it halves a cacheless interpreted
mypy runtime. The linked issue contains a benchmark run.

Resolves python#9691

As mentioned in that issue, this is a huge performance win. On the
codebase I'm currently working on, it halves a cacheless interpreted
mypy runtime. The linked issue contains some more measurement.
@hauntsaninja
Copy link
Collaborator Author

hauntsaninja commented Aug 4, 2021

Looks like it cuts a good 7 minutes off of CI time too :-)

@msullivan msullivan merged commit 805bbde into python:master Aug 4, 2021
@hauntsaninja hauntsaninja deleted the fast branch August 4, 2021 06:17
@JukkaL
Copy link
Collaborator

JukkaL commented Aug 4, 2021

Wow, this is an amazing improvement. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

check_overlapping_overloads is slow and often not needed
3 participants