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.
Version and Changes¶
The current version is 1.0.4. Please see the Change Log for more
details.