lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>  * require is really, really slow

Does this conclusion apply to the case when the module loader is
already available in 'package.preload'?

More generally, did you compare your implementation with the technique
of registering all modules in 'package.preload' and then requiring only
the ones needed?

-- Roberto