thread-chunks¶
A Python package for performing memory-intensive computations in parallel using chunks and checkpointing.
Installation¶
The Python package can be installed with pip as follows:
pip install thread-chunks
The PyPI page can be found here: https://pypi.org/project/thread-chunks.
Requirements:¶
Python >= 3.7
Packages:
Documentation¶
Documentation, including worked examples, can be found at: https://thread-chunks.readthedocs.io/.
Source Code¶
Source code can be found at: https://github.com/Christopher-K-Long/thread-chunks.
A mirror can be found at: https://gitlab.com/Christopher-K-Long/thread-chunks
Please submit all pull requests, issues, discussions, and vulnerability reports to the GitHub repository.
Version and Changes¶
The current version is 1.0.5. Please see the Change Log for more
details.