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.

Reply via email to