Hi Michael,

Are the nodes always the same or do they overlap somehow from graph to graph?

Haiko




Von: graph-tool [graph-tool-bounces@skewed.de]" im Auftrag von "Michael Vertolli [michaelvertolli@cmail.carleton.ca]
Gesendet: Mittwoch, 10. Juli 2019 14:16
An: graph-tool@skewed.de
Betreff: [graph-tool] Most Efficient Way to Save Lots of Small Graphs

Hi all,

I just wanted to check what the most performance efficient way is to save lots of small graphs. I have around 120k small graphs (<10 vertices) that are currently being saved via pickle. However, I suspect that saving them as a single large graph or as multiple separate .gt files might be more performance efficient.

Thanks in advance.
M