Skip to content

Conversation

cwpearson
Copy link

Change node and edge list to be set()s, which improves performance for large graphs because the check for existence in add_edge() becomes O(log(n)) instead of O(n).

Remove what seems to be a spurious graphml_parser file.

Fix a typo in the get_attributs() function name.

@hadim
Copy link
Owner

hadim commented Nov 22, 2018

Could you rebase your PR on master please?

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