Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: Torhal
Forum: Tutorials & Other Helpful Info. 07-09-11, 05:30 AM
Replies: 4
Views: 15,027
Posted By Torhal
Indeed. :P

Indeed. :P
Forum: Tutorials & Other Helpful Info. 07-05-11, 11:50 AM
Replies: 4
Views: 15,027
Posted By Torhal
The only time table.sort() should be causing...

The only time table.sort() should be causing "garbage memory" is if you are creating a new sort function every time you call it instead of re-using a single function.

Bad:


table.sort(my_table,...
Showing results 1 to 2 of 2