static array length

bearophile bearophileHUGS at lycos.com
Thu Jan 31 23:25:01 PST 2008


Saaa:
> I'll be testing the speed difference.

You can allocate memory on the stack with alloca() too.
It may sound strange, but iterating on a dynamic array is often a bit faster.

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list