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