[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [Experiment] Module system based on static hashing
- From: Roberto Ierusalimschy <roberto@...>
- Date: Sun, 12 Apr 2020 16:29:38 -0300
> * 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