$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [BGL] passing a graph from one function to another
From: Michael Fawcett (michael.fawcett_at_[hidden])
Date: 2008-11-19 14:44:03
On Wed, Nov 19, 2008 at 2:19 PM, Michael Fawcett
<michael.fawcett_at_[hidden]> wrote:
>
> With those I can load graphs with close to 2.5 million edges in about
> 8 seconds (not *too* bad considering the graph is coming from a
> database).
Sorry, I forgot to include timing information for loading a graph
without first reserving space. Without calling reserve() ever, it
takes me 15 seconds to load the graph.
--Michael Fawcett