Skip to content
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

Closed
wants to merge 23 commits into from

Conversation

xadupre
Copy link
Collaborator

@xadupre xadupre commented Aug 10, 2020

No description provided.

@lgtm-com
Copy link

lgtm-com bot commented Aug 10, 2020

This pull request introduces 1 alert when merging b81b2f8 into c867e52 - view on LGTM.com

new alerts:

  • 1 for Unused local variable

@lgtm-com
Copy link

lgtm-com bot commented Aug 10, 2020

This pull request introduces 1 alert when merging 3052221 into c867e52 - view on LGTM.com

new alerts:

  • 1 for Unused local variable

@lgtm-com
Copy link

lgtm-com bot commented Aug 10, 2020

This pull request introduces 1 alert when merging 60b6813 into c867e52 - view on LGTM.com

new alerts:

  • 1 for Unused local variable

@lgtm-com
Copy link

lgtm-com bot commented Aug 10, 2020

This pull request introduces 1 alert when merging ff634a5 into c867e52 - view on LGTM.com

new alerts:

  • 1 for Unused local variable

@lgtm-com
Copy link

lgtm-com bot commented Aug 10, 2020

This pull request introduces 1 alert when merging 62d8b4b into c867e52 - view on LGTM.com

new alerts:

  • 1 for Unused local variable

@lgtm-com
Copy link

lgtm-com bot commented Aug 10, 2020

This pull request introduces 1 alert when merging a774260 into c867e52 - view on LGTM.com

new alerts:

  • 1 for Unused local variable

@lgtm-com
Copy link

lgtm-com bot commented Aug 10, 2020

This pull request introduces 3 alerts when merging 741f202 into 0110037 - view on LGTM.com

new alerts:

  • 3 for Unused local variable

@lgtm-com
Copy link

lgtm-com bot commented Aug 10, 2020

This pull request introduces 1 alert when merging affdbc3 into 0110037 - view on LGTM.com

new alerts:

  • 1 for Unused local variable

@xadupre xadupre changed the title [WIP] Investigation [WIP] Improve performance by adding forward indexes, second version. Aug 10, 2020
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:
Copy link
Collaborator Author

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.

@lgtm-com
Copy link

lgtm-com bot commented Aug 10, 2020

This pull request introduces 1 alert when merging d1847ff into 0110037 - view on LGTM.com

new alerts:

  • 1 for Unused local variable

@xadupre xadupre closed this Aug 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants