Skip to content

Improve large graph performance, fix typo, remove spurious file.#27

Open
cwpearson wants to merge 4 commits intohadim:masterfrom
cwpearson:develop
Open

Improve large graph performance, fix typo, remove spurious file.#27
cwpearson wants to merge 4 commits intohadim:masterfrom
cwpearson:develop

Conversation

@cwpearson
Copy link
Copy Markdown

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
Copy Markdown
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