pypa/pip

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

开放

#7,294 创建于 2019年11月4日

 (19 条评论) (6 个反应) (0 位负责人)Python (3,032 个派生)batch import
C: PEP 517 impacthelp wantedstate: needs discussiontype: performance

仓库指标

星标
 (8,952 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南