-
Notifications
You must be signed in to change notification settings - Fork 434
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
[WIP] Improve performance by adding forward indexes, second version. #1049
Conversation
This pull request introduces 1 alert when merging b81b2f8 into c867e52 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 3052221 into c867e52 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 60b6813 into c867e52 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging ff634a5 into c867e52 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 62d8b4b into c867e52 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging a774260 into c867e52 - view on LGTM.com new alerts:
|
This pull request introduces 3 alerts when merging 741f202 into 0110037 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging affdbc3 into 0110037 - view on LGTM.com new alerts:
|
return new_node | ||
|
||
def find_output_consumers(self, output_name): | ||
"""Find all nodes consuming a given output.""" | ||
if output_name in self._input_to_node_name: |
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.
Using _input_to_node_name is relevant to find all nodes ingesting output_name in this graph. But that does not include subgraphs.
This pull request introduces 1 alert when merging d1847ff into 0110037 - view on LGTM.com new alerts:
|
No description provided.