$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-01-28 05:42:37
> I have a complete implementation that models std::valarray in every
> possible way (with compile-time known limitations) including
> expression-template support for the numeric ops. My testing indicates
> a decent performance increase over gcc4's valarray for small number of
> elements <1000.
>
> If anyone has any interest, I'll put together some docs and throw it
> in
> the sandbox.
I've no immediate use, but it does sound interesting.
John.