$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Magnus Ekdahl (maguno_at_[hidden])
Date: 2006-09-28 11:39:20
Hi,
I posted suggestions for improving the prim minimum spanning tree
implementation a while ago[1]. This is a 'ping' mail to see if its
possible to get further comments on how to progress forward.
Benchmarks summarized:
new prim_minimum_spanning_tree 47.585s
current prim 3m26.38s (338% slower)
kruskal_minimum_spanning_tree 40m57s (5063% slower)
1. http://listarchives.boost.org/Archives/boost/2006/08/109553.php
-- Magnus Ekdahl