$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Performance optimization in Boost using std::vector<>
From: Ilja Honkonen (ilja.honkonen_at_[hidden])
Date: 2015-02-22 21:53:53
Hi
> You said "Boost::mpi version is always at least 10 times slower. " make me confused,
> I guess it's should be a typo, isn't ?
No it shouldn't, according to the test I posted creating and sending a
vector with 10^6 doubles takes about 0.02 s using MPI and 0.3 s using
boost::mpi.
Ilja