Accessing Arrays Efficiently

Many of the array access efficiency techniques described in this section are applied automatically by the Visual Fortran loop transformation optimizations (set at /optimization:5).

Several aspects of array access can improve run-time performance:

For more information:

On arrays and their data declaration statements, see Arrays.