$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Darren Cook (darren_at_[hidden])
Date: 2003-07-02 02:50:33
> ... the output (using vc++ in release mode with no optimization) is
>
> Multi_array: 1663
> Pointer....:70
I've nothing helpful to say about multi_array, but how do the timings
compare when you use the maximum speed optimizations? Much STL/Boost code is
written on the assumption that lots of things will be optimized away.
Darren