-
-
Notifications
You must be signed in to change notification settings - Fork 196
Removing legacy tags significantly reduces memory and CPU usage #378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can’t we apply the same trick for all packages having a recipe (we have the minimum version required for the recipe)?
Only symfony/* components have a significant list of tags. We can, but case by case IMHO, when useful. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work and amazing results! Thanks.
Comments addressed thanks. |
Thank you @nicolas-grekas. |
…U usage (nicolas-grekas) This PR was merged into the 1.0-dev branch. Discussion ---------- Removing legacy tags significantly reduces memory and CPU usage Before: > Memory usage: 272.59MB (peak: 606.6MB), time: 5.79s After: > Memory usage: 145.56MB (peak: 158.56MB), time: 1.86s Commits ------- 990b2d1 Removing legacy tags significantly reduces memory and CPU usage
Before:
After: