Thread: Table Sorting
View Single Post
07-16-14, 12:09 PM   #4
Torhal
A Pyroguard Emberseer
 
Torhal's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2008
Posts: 1,196
Originally Posted by Resike View Post
Thanks, actually that spairs is awesome. Thats what i need.
It's also wasteful if used often: It's creating a new table AND anonymous function every time it's called. I typically just copy the keys from the dictionary-style table to an index-style table and sort on that using a function that I declare/define exactly once. That's essentially what this spairs function is doing, but without creating needless garbage.
__________________
Whenever someone says "pls" because it's shorter than "please", I say "no" because it's shorter than "yes".

Author of NPCScan and many other AddOns.
  Reply With Quote