Thread: Memory Issue
View Single Post
05-17-09, 12:41 PM   #6
Aezay
A Theradrim Guardian
 
Aezay's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2007
Posts: 66
You do write you are rewriting the core part to reduce this garbage creation, which is good. But just out of curiosity, why does it create that much garbage? Does it create a lot of tables in an OnUpdate or OnEvent handler?
In the cases where I absolutely have to do this, I make it use a table recycler.