Dragondarn / spartanui

Automatically exported from code.google.com/p/spartanui
0 stars 0 forks source link

make use of the new stub Blizzard added in 3.3, rather than using AceAddon #98

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I can reduce memory usage considerably by using the new stub that Blizzard 
added. I don't need versioning in my addon code (just in the config database) 
so AceAddon is no longer necessary.

I will need to do testing to be sure this is going to improve performance and 
reduce memory load. It should since the global stub that Blizzard gave us is 
implemented in C

Original issue reported on code.google.com by step...@smluster.com on 3 Jan 2010 at 4:18