Author: Nikolaj Schumacher
Date: Aug 31, 2008 04:26
..., define autoloading functions. Good packages will do that for you, when you require them, they load only a file which defines autoloading functions, so you spend time loading the package only when you try to run these functions. I don't think /good/ packages do that, just /huge/ packages. IHMO the ...
|