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