Add fast path to analyzing special form assignments by JukkaL · Pull Request #16561 · python/mypy
Conversation
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.
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
deleted the
faster-tests-assignment
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters