CMD + K

lazyasd

Community

Lazy & self-destructive tools for speeding up module imports

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::lazyasd

Usage Tracking

0.1.4
0.1.3
0.1.1
3 / 8 versions selected
Downloads (Last 6 months): 0

Description

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.

About

Summary

Lazy & self-destructive tools for speeding up module imports

Last Updated

Mar 22, 2018 at 13:18

License

BSD 3-clause

Supported Platforms

linux-64
win-32
win-64
macOS-64
noarch