-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid exponential planning time for LocalExchanges
Adds a special case path through StreamPropertyDerivations that avoids calling back into PropertyDerivations to get otherActualProperties. This special case is specifically for PropertyDerivations to check whether a local exchange's only input source is single stream distributed and avoids what would otherwise be a mutually recursive exponential time traversal.
- Loading branch information
1 parent
df3a531
commit b8e3bac
Showing
2 changed files
with
58 additions
and
13 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