View Single Post
Unread 10-02-11, 05:07 AM   #2
Neglected
Bomani Harbinger
AddOn Author - Click to view addons
Join Date: Jun 2011
Posts: 5
Couldn't you just use:
Code:
 local abs = math.abs
Instead? First you only use index the functions you need, you don't pollute the global namespace and (apparently) indexed locals are faster than globals.
__________________
Quote:
<+Nobgul> Only a real man can appreciate pink
Neglected is offline   Reply With Quote