Open
Description
What is the expected enhancement?
Hi everybody, I was just wondering whether to ask here or on the pethgraph repo whether there is any plan to add the option to load a graph from a CSV adjacency list.
While this might not seem useful, when the graph starts to be big, python is not fast enough to load the data in an acceptable time.
For example, I have a weighted adjacency list of ~4M edges, which takes half an hour to load using Python. This is far from the biggest net I need to analyze (which is in the neighborhood of ~470M edges), and having the option to load it directly from within a rust-wrapped method would speed up performances.
Metadata
Metadata
Assignees
Labels
No labels