Review of a local preload script

In no practical game development scenario, are you going to be iterating through a table 100,000,000 times meaning the speed differences are even smaller.

Like @SilentsReplacement mentioned, premature optimizations should never be considered if impacting readability. The benefits aren’t noticeable to the naked eye.

It doesn’t impede readability.

1 Like