Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
ImportDescriptor -> LazyModuleProxy
Defer the loading and execution of imported modules by returning transparent proxy objects that trigger the actual import on first attribute access.
Problem it solves
Eagerly loading a large dependency graph at startup introduces significant latency and unused memory overhead.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.