Lazy & self-destructive tools for speeding up module imports
conda install conda-forge::lazyasd
conda install conda-forge/label/cf201901::lazyasd
conda install conda-forge/label/cf202003::lazyasd
conda install conda-forge/label/gcc7::lazyasd
A package that provides lazy and self-destructive tools for speeding up module imports. This is useful whenever startup times are critical, such as for command line interfaces or other user-facing applications. The tools in this module implement two distinct strategies for speeding up module import. The first is delayed construction of global state and the second is to import expensive modules in a background thread.