-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCITATION.cff
More file actions
41 lines (40 loc) · 1.35 KB
/
Copy pathCITATION.cff
File metadata and controls
41 lines (40 loc) · 1.35 KB
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
32
33
34
35
36
37
38
39
40
41
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: >-
Dtact: An Experimental Stackful Coroutine Runtime for
Heterogeneous Orchestration and Hardware-Level Control
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Xinyu
family-names: Yang
email: Xinyu.Yang@apich.org
orcid: 'https://orcid.org/0009-0007-2600-0948'
identifiers:
- type: doi
value: 10.5281/zenodo.20002105
repository-code: 'https://github.com/Apich-Organization/dtact'
url: 'https://dtact.apich.org'
repository-artifact: 'https://github.com/Apich-Organization/dtact/releases'
abstract: >-
Dtact is a non-preemptive, stackful coroutine (fiber)
runtime implemented in Rust. It is designed to explore
alternative approaches to asynchronous execution, focusing
on hardware-level control and low-contention scheduling in
heterogeneous environments. Unlike standard stackless
state-machine runtimes, Dtact leverages independent stacks
to facilitate seamless cross-language FFI and
architecture-specific optimization.
keywords:
- Software
- Software development
- Informatics
- Concurrency
- Async
license: Apache-2.0
commit: 747f36bd8d9bacdabe705c78198846885807a83c
version: v0.2.2
date-released: '2026-05-20'