-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
31 lines (31 loc) · 822 Bytes
/
CITATION.cff
File metadata and controls
31 lines (31 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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'