Optimizing vectorized array operations

I can see how this avoids the unnecessary compiler-generated temp array, but it does so because the programmer instead creates the unnecessary temp array. :slight_smile:

2 Likes