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

Graph construction performance #5

Open
zzdoug opened this issue Apr 23, 2020 · 1 comment
Open

Graph construction performance #5

zzdoug opened this issue Apr 23, 2020 · 1 comment

Comments

@zzdoug
Copy link

zzdoug commented Apr 23, 2020

Hi, I read your blog post about benchmarking graph network packages; nice work. Have you run any tests on performance of building out a graph, node by node, or do you know of any? thanks

@timlrx
Copy link
Owner

timlrx commented Apr 24, 2020

Hi Doug, no I do not know of such a benchmark. I would think most functions to add node / add edges would just be creating new dictionary entries anyway so there should not be too much difference.

Packages which require nodes to be integers rather than arbitrary strings will also be faster e.g. graph-tools or lightgraph

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

No branches or pull requests

2 participants