lua-users home
lua-l archive

Re: [Experiment] Module system based on static hashing

[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

AltStyle によって変換されたページ (->オリジナル) /