Introduction
The main goal of code-data-share-for-python is to improve the efficiency of importing python module, including time and memory footprint.
The design is inspired by the Application Class-Data Sharing (AppCDS) feature, introduced in OpenJDK. AppCDS allows a set of application classes to be pre-processed into a shared archive file, which can then be memory-mapped at runtime to reduce startup time and memory footprint.
code-data-share-for-python use memory mapping to store and share data likely to not change. Detail design and implementation will be elaborate below.
Design & Implementation
WIP
Testing
See docs/TESTING.rst
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters