View Single Post
03-26-09, 05:15 AM   #5
Slakah
A Molten Giant
 
Slakah's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2007
Posts: 863
Heres a couple of links:

http://lua-users.org/wiki/OptimisationCodingTips
www.lua.org/gems/sample.pdf

The main sources of performance issues I've noticed are lack of table reuse, another way to help is to make your Options only load into memory when needed.
  Reply With Quote