mypy
d8bf6e2e - Optimize mypy/solve.py with min instead of sort (#18688)

Commit
1 year ago
Optimize mypy/solve.py with min instead of sort (#18688) The first value of a stable sort always equivalent to a linear min search (and uses less memory).
Author
Parents
Loading