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

Add fast path to analyzing special form assignments #16561

Merged
merged 1 commit into from Nov 25, 2023

Conversation

JukkaL
Copy link
Collaborator

@JukkaL JukkaL commented Nov 25, 2023

This showed up as hot spot in a CPU profile collected when running tests.

This makes mypy/test/testcheck.py about 2% faster on my Linux desktop.

This showed up as hot spot in a CPU profile collected when running tests.

This makes `mypy/test/testcheck.py` about 2% faster on my Linux desktop.
Copy link
Contributor

Diff from mypy_primer, showing the effect of this PR on open source code:

discord.py (https://github.com/Rapptz/discord.py): typechecking got 1.07x slower (175.8s -> 188.8s)
(Performance measurements are based on a single noisy sample)

@JukkaL JukkaL merged commit 1200d1d into master Nov 25, 2023
18 checks passed
@JukkaL JukkaL deleted the faster-tests-assignment branch November 25, 2023 22:32
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.

None yet

2 participants