$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Performance issues with bellman_ford_shortest_paths
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2009-05-14 17:52:09
paul wrote:
> Vladimir Prus <vladimir <at> codesourcery.com> writes:
>
>>
>> Did you compile with full optimizations?
>>
>> - Volodya
>>
>
> Hi Volodya,
>
> Yes. I compiled in "Release" mode on MSVC 7.1 with the "maximize speed" option.
Then, you probably get to produce a self-contained example that reproduces this
problem, and file a ticket at svn.boost.org. 200x performance difference sounds
very strange.
- Volodya