lazyasd
Lazy & self-destructive tools for speeding up module imports
Lazy & self-destructive tools for speeding up module imports
To install this package, run one of the following:
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.
Summary
Lazy & self-destructive tools for speeding up module imports
Last Updated
Mar 22, 2018 at 13:18
License
BSD 3-clause
Supported Platforms
GitHub Repository
https://github.com/xonsh/lazyasdDocumentation
http://xon.sh/api/lazyasd.html