Altering the feature iteration code to while and shift rather than foreaching...
Altering the feature iteration code to while and shift rather than foreaching the array. It's far more memory efficient as we are dumping data once we are finished with it
Please register or sign in to comment