mypy
d8bf6e2e
- Optimize mypy/solve.py with min instead of sort (#18688)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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).
References
#18688 - Optimize mypy/solve.py with min instead of sort
Author
Skylion007
Parents
d87f0b2c
Loading