Re: [Distutils] Caching entry points - performance

2017-11-30 Thread Daniel Holth
Neat On Thu, Nov 30, 2017 at 1:25 PM Thomas Kluyver wrote: > To pick up the caching discussion again, I've started to experiment with > a couple of different caching techniques. > > The headline results: a cold-start scan of entry points goes from about > 4.5 seconds with

[Distutils] Caching entry points - performance

2017-11-30 Thread Thomas Kluyver
To pick up the caching discussion again, I've started to experiment with a couple of different caching techniques. The headline results: a cold-start scan of entry points goes from about 4.5 seconds with no caching, to 0.45 seconds with caching. There's only a small difference (for me) between

[Distutils] Policy for deleting packages, releases, and artifacts

2017-11-30 Thread Jimmy Jia
Hi everyone, This is moved over from https://github.com/pypa/packaging-problems/issues/112. Currently, PyPI has no limitations around deleting packages, releases, or artifacts. This can be problematic for users, as user builds can break in an unsolicited manner if a dependency is removed from