Thread: Library help?
View Single Post
04-29-08, 11:13 AM   #2
jaliborc
A Chromatic Dragonspawn
 
jaliborc's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2007
Posts: 196
In theory, you shouldn't need to delete any library, because repeated ones would not be loaded. However, you will always have to load each library kind at least one time for your addons to work, and that can be bloating anyway.

You can't remove the libraries, only the repeated ones (and that is unnecessary). The only way to improve your addons performance is to switch to others that use with lighter libraries.

Last edited by jaliborc : 04-29-08 at 11:45 AM.
  Reply With Quote