-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This change provides additional performance improvements to the fined…
… grained PCP changelists that were added in 2342828. When processing changes for large stages, the PcpChanges::_didChangeSpecsInternal set could grow very large. A performance gain can be realized by performing a more restrive dependency search and storing only topmost specs that changed in a new set. When applying changes to the cache, the prim index is used to determine the full set of specs to update. Additionally when muting and unmuting layers, we also perform a more restrive dependency search by only recusing on site paths. (Internal change: 2343722)
- Loading branch information
1 parent
b45c1dc
commit aa32ba0
Showing
3 changed files
with
77 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters