Optimize the loop
Hi, I have some JSL code that takes a long time to execute for larger datasets.The code runs a for loop within a for loop to calculate the mean offset by strips. I’m looking for a faster way of doing this.Is there a way to make the processing faster? The current script takes ~20 mins to complete the loop Here's the script below:Names Default To Here( 1 );
dt1 =Data table( "Reference data table.jm
...