As I read the docs... If I use ModuleLoader it is a container that ultimately parents the module I load.
If I use ModuleManager I can add the module directly as a child i.e. there is one less layer between me and the module. Is that right, does that make ModuleManger marginally more effecient because I dont have a redundant container? If so any hidden drawbacks to using ModuleManager? tks

