This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
Consider options to make clr-debuginfo generation faster #92
Labels
performance
Reduce time it takes to perform operations
There are one or two find command that become expensive as debuginfo build up over time. If we know the packages from the previous build, we might be able to identify which debuginfo packages have changed and generate debuginfo only for these in a staging directory, and then merge it into the final directory.
The text was updated successfully, but these errors were encountered: