Slow performance compared to C++, ideas?

FeepingCreature default_357-line at yahoo.de
Thu May 30 20:26:15 PDT 2013


There's some issues involving the use of array literals - they
get allocated on the heap for no clear reason. Create a version
of your vector constructor that uses four floats, then call that
instead in your line 324.


More information about the Digitalmars-d mailing list