pypa/pip

Speedup startup time

Offen

#4.768 geöffnet am 05.10.2017

 (46 Kommentare) (3 Reaktionen) (0 zugewiesene Personen)Python (3.032 Forks)batch import
help wantedtype: enhancementtype: performance

Repository-Metriken

Stars
 (8.952 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 56T 1h) (57 gemergte PRs in 30 T)

Beschreibung

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