pypa/pip

Speedup startup time

Aberta

#4.768 aberto em 5 de out. de 2017

 (46 comentários) (3 reações) (0 responsável)Python (3.032 forks)batch import
help wantedtype: enhancementtype: performance

Métricas do repositório

Stars
 (8.952 estrelas)
Métricas de merge de PR
 (Mesclagem média 56d 1h) (57 fundiu PRs em 30d)

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.

Guia do colaborador