-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport of optimize and disable resource graph (#35074)
* optimize reducePreservingRelationships The reducePreservingRelationships method is strictly removing nodes and passing through the connecting edges. This does not take multiple rounds if the removal is done immediately, so we can make the process much simpler. * don't create the deferrals graph if not needed When deferrals are not being used, don't spend time building the deferrals graph. --------- Co-authored-by: James Bardin <j.bardin@gmail.com>
- Loading branch information
1 parent
6091b3a
commit b8d4c3e
Showing
3 changed files
with
53 additions
and
44 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