Slow performance compared to C++, ideas?

bearophile bearophileHUGS at lycos.com
Fri May 31 07:54:33 PDT 2013


Namespace:

> I thought GDC or LDC have something like:
> float[$] v = [x, x, x];
> which is converted to
> flot[3] v = [x, x, x];
>
> Am I wrong?
> DMD need something like this too.

Right. Vote (currently only 6 votes):
http://d.puremagic.com/issues/show_bug.cgi?id=481

Bye,
bearophile


More information about the Digitalmars-d mailing list