Treffer: A Real-Time Parallel Programming Approach for Rust
Title:
A Real-Time Parallel Programming Approach for Rust
Authors:
Source:
ACM SIGAda Ada Letters. 43:57-61
Publisher Information:
Association for Computing Machinery (ACM), 2024.
Publication Year:
2024
Subject Terms:
Document Type:
Fachzeitschrift
Article
Language:
English
ISSN:
1094-3641
DOI:
10.1145/3672359.3672366
Accession Number:
edsair.doi...........34b9a100bcf1f7463ae6b5f2e2b2261c
Database:
OpenAIRE
Weitere Informationen
The development of real-time systems is one of the areas with the highest relevance in computer science, and the number of critical systems has increased significantly. These systems considers several applications running concurrently, and inside each of those applications code might be parallelized to improve their performance and control the priority of each parallelizable task. Several efforts have been done in different programming languages to provide real-time systems with parallel programming models, whether by code extensions or annotations, or with specific features in the actual language core.