View Single Post
07/04/14, 02:26 AM   #8
zgrssd
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 280
Originally Posted by Sasky View Post
Also, I can't stress this enough:
I had to go to millions of iterations to get a measurable difference.

If you find yourself needing this level of optimization, please 1) evaluate whether you really need to run that many operations that frequently and 2) use some profiling tools so you can see where you're eating up your time. Switching to local does squat if your main bottleneck is removing elements using table.remove() from the front of a table.
I can only add one thing:
The 6 part performance rant
  Reply With Quote