Re: [Zope-dev] Buildout performance improvements

2013-05-22 Thread Sebastien Douche
On Wed, May 22, 2013 at 5:58 PM, Sylvain Viollon wrote: >Hello, >I made a fork of buildout on github with an even better implementation: > >https://github.com/thefunny42/buildout/compare/buildout:master...master > >Feedback is welcome and if you want me to press the push request, p

Re: [Zope-dev] Buildout performance improvements

2013-05-22 Thread Sylvain Viollon
Op 22 mei 2013, om 14:51 heeft Sylvain Viollon het volgende geschreven: > Hello, > Hello, > Few years ago I made a branch of buildout: > > http://svn.zope.org/zc.buildout/branches/sylvain-distribution-cache/ > > That creates a cache during the installation of the dependencies preventi

[Zope-dev] Buildout performance improvements

2013-05-22 Thread Sylvain Viollon
Hello, Few years ago I made a branch of buildout: http://svn.zope.org/zc.buildout/branches/sylvain-distribution-cache/ That creates a cache during the installation of the dependencies preventing buildout to recompute this an exponential number of times. The relevant changes can be summ