Improve speed of pip list --outdated
via parallelization
#7964
Labels
auto-locked
Outdated issues that have been locked by automation
type: enhancement
Improvements to functionality
Environment
Description
pip list --outdated
works slow in case of many packages. Currently 50% of real time is wasted onrequests
result waiting. (real time
is much higher thanuser time
)Expected behavior
pip list --outdated
sends queries in parallel (real time
is almost equal touser time
)How to Reproduce
Linux/Mac OS X:
Watch on
time
output.Windows 10 (not good reproduction):
In Powershell (not cmd):
Watch
Measure-Command
output.Or use Windows Linux Subsystem to reproduce this.
Output
The text was updated successfully, but these errors were encountered: