Graph.pm seems to be a great module. One slight issue though.
I have a script which is called in order to calculate the shortest path between 2 vertices.
Unless i've missed something, each time I run the script I have to create the graph. The graph has ~50,000 edges which means it takes over 10 minutes to build.
Is there some way of writing the graph to disk or storing the graph so that it can be loaded back into memory quicker that recreating the graph from fresh?
TIA
In reply to storing Graphs created with Graph.pm by nosbod
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |