I have a large size data (positions of objects) that I want to save into an array and then read positions from array and draw objects. how should I manage this array ? should I delete some items from the first of array and again write into that ?
1