composer / semver

Semantic versioning utilities with the addition of version constraints parsing and checking.
MIT License
3.15k stars 76 forks source link

Improve CompilingMatcher by caching the result too #131

Closed Toflar closed 2 years ago

Toflar commented 2 years ago

This reduces the function calls in the PoolOptimizer by a few hundred thousand and again, we can save a second or two or even more depending on the complexity of the dependencies ;-)

Seldaek commented 2 years ago

Thanks