Optimize the computation
Hi, I have a jsl code to compute the radial distance from the center of the wafer. The data table XYCoord has X, Y and wafer id cols.It calculates the distance and adds a distance column 1mm from the center to the tableCurrently, with 656k rows, it takes > 3- 4min for the process to finish, which is way too much.Is there a way to optimize and make it faster?