pypa/pip

Speedup startup time

Open

#4,768 opened on Oct 5, 2017

View on GitHub
 (46 comments) (3 reactions) (0 assignees)Python (8,952 stars) (3,032 forks)batch import
help wantedtype: enhancementtype: performance

Description

There's a lot to gain from speeding up pip's startup time.

For one, pip takes around 600ms to just print the completion text, which is laggy. (as mentioned in #4755). Further, faster startup time might help with the test-suite situation too.

Contributor guide

Speedup startup time · pypa/pip#4768 | Good First Issue