Does reading lots of information from an array object every frame have any kind of negative effects? (Latency, ect...)
And if so, would alterable values be faster?
(Im making a game where alot of information about the in-game units needs to be stored and accessed every frame, and i figured arrays would be useful, and they have built in saving and loading.)
