Boost logo

Boost :

From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2006-12-15 17:34:03


Joel de Guzman wrote:
> Gennadiy Rozental wrote:
>
>> It's possible. Still there code size will be significantly bigger in
>> comparison with offline implementation, right?
>>
>
> Fusion vector, for
> example is as fast as a struct.
But Gennadiy is talking about code size, not execution speed. The very
fact that makes Fusion so fast, its ability to compile down to code that
looks like it was specifically written for the case at hand, means that
every usage will have almost exactly the same code, but slightly
different - as if it was written specifically for each case by hand.

Sebastian Redl


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk