pypa/pip
Ver no GitHubSpeed up build environment creation (re-usable, faster)
Open
#7.294 aberto em 4 de nov. de 2019
C: PEP 517 impacthelp wantedstate: needs discussiontype: performance
Métricas do repositório
- Stars
- (8.952 stars)
- Métricas de merge de PR
- (Mesclagem média 13d 7h) (20 fundiu PRs em 30d)
Description
Currently pip always creates all build environments from scratch, requiring network access for this. This causes a significant overhead of creating isolated build environments. Can we somehow speed-up this operation?
Idea: Creating isolated build environments from cached wheels only? Do not recreate isolated build environments from scratch, but have a master copy that we just copy.