$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Neal Becker (ndbecker2_at_[hidden])
Date: 2005-08-27 06:06:13
Robert Ramey wrote:
>
> I wonder about this - but I know nothing of ublas. If v.resize actually
> creates the entries I guess it would be just fine. Now I wonder about my
> own implementation of serialization for std::vector. It seems yours here
> is more efficient.
>
I wondered whether I should use std::copy instead - maybe this would provide
more opportunity for optimization?