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
Requirements:¶
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.0. Please see the Change Log for more
details.