mirror of
https://github.com/composer/composer
synced 2025-05-10 09:02:59 +00:00
Add memoization to parseConstraints, saves some (6-7% here) RAM and marginal CPU time
This commit is contained in:
parent
cdea645eab
commit
c9436438ff
20 changed files with 36 additions and 22 deletions
|
@ -18,7 +18,7 @@ use Composer\Json\JsonFile;
|
|||
use Composer\Package\Loader\ArrayLoader;
|
||||
use Composer\Package\Locker;
|
||||
use Composer\Package\Version\VersionGuesser;
|
||||
use Composer\Semver\VersionParser;
|
||||
use Composer\Package\Version\VersionParser;
|
||||
use Composer\Util\ProcessExecutor;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue