Re: [Experiment] Module system based on static hashing
[
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: 2020年4月12日 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