General performance tips

kinke via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Jan 23 16:23:08 PST 2017


On Monday, 23 January 2017 at 12:13:30 UTC, albert-j wrote:
> There's not much object creation going on there, mostly loops 
> over arrays, so I assume GC is not an issue.

When passing arrays around, beware that static arrays are value 
types in D and are copied unless passed by reference.


More information about the Digitalmars-d-learn mailing list