|
|
|
|
|
by riquito
3767 days ago
|
|
> I'd say PHP is definitely one of those I still don't like it but the landscape definetely changed, and it keeps getting better. > Meanwhile I think composer is one of the best package managers around. Apart from the fact that it uses gigabytes of ram on real projects. At work we ended up using it outside virtual machines, to later copy back the dependencies. |
|
I used did a quick test (having run `composer clearcache` each time) on one of my projects:
Without composer.lock: Memory usage: 75.96MB (peak: 87.5MB), time: 38.54s
With composer.lock: Memory usage: 7.47MB (peak: 8.99MB), time: 28.6s