pypa/pip

Speed up build environment creation (re-usable, faster)

Open

#7.294 geöffnet am 4. Nov. 2019

Auf GitHub ansehen
 (19 Kommentare) (6 Reaktionen) (0 zugewiesene Personen)Python (3.032 Forks)batch import
C: PEP 517 impacthelp wantedstate: needs discussiontype: performance

Repository-Metriken

Stars
 (8.952 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 13T 7h) (20 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide