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
Filter to possible package paths before trying to resolve a module (#18038)
With a long sys.path (it's got 300 entries), this removes 94% of stat
syscalls from running mypy. With all the filesystem caching, that's only
a small time savings, though it will depend on your filesystem. Local
benchmarks showed a 20% time savings but they're pretty noisy from all
the I/O.
---------
Co-authored-by: Daniel Jacobowitz <dmj@openai.com>
Co-authored-by: hauntsaninja <hauntsaninja@gmail.com>
0 commit comments