$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Storing a Huge Graph
From: Nouf M. (noufmks_at_[hidden])
Date: 2011-10-15 02:28:09
Hi,
Regarding the Boost Graph Library, Will I be able to convert a huge text
file to a graph with millions of nodes and edges? Can I store the graph
somewhere in the hard disk and then upload it whenever I test my code (i.e.
I don't have to convert the text file into a graph each time I run my
program).