diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2024-03-22 09:22:43 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2024-03-22 09:22:43 -0600 |
| commit | 0a28d35eb4d80a7d9d7737bd18cd0a71953404c8 (patch) | |
| tree | 201881458148150bd49bf180e4ddfef03f9a9bbf /lib/thread-pool/CITATION.cff | |
| parent | 95e7bc0d68f0f8687486b30f3a795f143e4456b0 (diff) | |
First conceptasync
Diffstat (limited to 'lib/thread-pool/CITATION.cff')
| -rw-r--r-- | lib/thread-pool/CITATION.cff | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lib/thread-pool/CITATION.cff b/lib/thread-pool/CITATION.cff new file mode 100644 index 0000000..99bb729 --- /dev/null +++ b/lib/thread-pool/CITATION.cff @@ -0,0 +1,24 @@ +--- +authors: + - family-names: "Shoshany" + given-names: "Barak" + orcid: "https://orcid.org/0000-0003-2222-127X" +cff-version: "1.2.0" +date-released: "2021-05-03" +doi: "10.5281/zenodo.4742687" +license: "MIT" +message: "If you use this package in published research, please cite it as follows." +repository-code: "https://github.com/bshoshany/thread-pool" +title: "A C++17 Thread Pool for High-Performance Scientific Computing" +preferred-citation: + type: "article" + authors: + - family-names: "Shoshany" + given-names: "Barak" + orcid: "https://orcid.org/0000-0003-2222-127X" + doi: "10.5281/zenodo.4742687" + journal: "arXiv" + month: 5 + title: "A C++17 Thread Pool for High-Performance Scientific Computing" + url: "https://arxiv.org/abs/2105.00613" + year: 2021 |
