pypa/pip

Speedup startup time

Ouverte

#4 768 ouverte le 5 oct. 2017

 (46 commentaires) (3 réactions) (0 personne assignée)Python (3 032 forks)batch import
help wantedtype: enhancementtype: performance

Métriques du dépôt

Stars
 (8 952 étoiles)
Métriques de merge PR
 (Merge moyen 56j 1h) (57 PRs mergées en 30 j)

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.

Guide contributeur