thread-chunks

A python package for performing memory intensive computations in parallel using chunks and checkpointing.

https://github.com/christopher-k-long/thread-chunks

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.2%) to scientific vocabulary

Keywords

checkpointing chunking multithreading parallel parallelisation
Last synced: 4 months ago · JSON representation ·

Repository

A python package for performing memory intensive computations in parallel using chunks and checkpointing.

Basic Info
Statistics
  • Stars: 3
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 5
Topics
checkpointing chunking multithreading parallel parallelisation
Created 9 months ago · Last pushed 8 months ago
Metadata Files
Readme Changelog License Citation

README.md

thread-chunks

A Python package for performing memory-intensive computations in parallel using chunks and checkpointing.

Unit Tests

Installation

The Python package can be installed with pip as follows: bash 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.5. Please see the Change Log for more details.

Owner

  • Name: Christopher K. Long
  • Login: Christopher-K-Long
  • Kind: user
  • Company: The University of Cambridge

PhD candidate at the University of Cambridge working on quantum algorithms.

Citation (CITATION.cff)

cff-version: 1.2.0
title: thread-chunks
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Christopher K.
    family-names: Long
    email: ckl45@cam.ac.uk
    affiliation: University of Cambridge
    orcid: 'https://orcid.org/0009-0001-3230-942X'
repository-code: 'https://github.com/Christopher-K-Long/thread-chunks'
url: 'https://thread-chunks.readthedocs.io'
repository: 'https://pypi.org/project/thread-chunks'
abstract: >-
  A python package for performing memory intensive computations in parallel
  using chunks and checkpointing.
keywords:
  - thread
  - threading
  - multithreading
  - parallel
  - parallelisation
  - checkpointing
  - chunk
  - chunking
  - chunks
license: Apache-2.0
version: 1.0.5
date-released: '2025-04-17'

GitHub Events

Total
  • Release event: 5
  • Watch event: 1
  • Delete event: 9
  • Push event: 24
  • Pull request event: 9
  • Create event: 17
Last Year
  • Release event: 5
  • Watch event: 1
  • Delete event: 9
  • Push event: 24
  • Pull request event: 9
  • Create event: 17

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 34 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 6
  • Total maintainers: 1
pypi.org: thread-chunks

A python package for performing memory intensive computations in parallel using chunks and checkpointing.

  • Versions: 6
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 34 Last month
Rankings
Dependent packages count: 9.4%
Average: 31.1%
Dependent repos count: 52.8%
Maintainers (1)
Last synced: 4 months ago