Questions tagged [variable-caching]
2 questions
6
votes
3 answers
Local Variables take 7x longer to access than global variables?
I was trying to benchmark the gain/loss of "caching" math.floor, in hopes that I could make calls faster.
Here was the test: