$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2008-07-13 05:56:10
David Abrahams skrev:
> on Thu Jul 10 2008, "Giovanni Piero Deretta" <gpderetta-AT-gmail.com> wrote:
>
>> Have you ever measured this overhead? Did it matter? I user lazy
>> ranges extensively and never measured any significant overhead the
>> expression construction itself.
>
> FWIW, I'm sorry that I planted this seed without really thinking about
> it. I'd be willing to believe what you say is true and there's not much
> if anything to be gained by attempting to make lazy ranges even lazier.
> As I said, it was just idle speculation on my part.
That said, it would be interesting enough to see if the generated
assembler differs in any non-trivial way.
-Thorsten