Efficiency of small grain parallelism in modern computer systems
DOI:
https://doi.org/10.18372/2073-4751.70.16847Keywords:
multi-core computer systems, fine-grained parallelismAbstract
When choosing an approach to designing software for multi-core computer systems, one of the first things to solve is the issue of granularity. The degree of granularity varies from fine-grained to coarse-grained. Coarse-grained parallelism: each parallel computation is quite independent of the others, and relatively rare exchange of information between individual computations is required. Fine-grained parallelism: each parallel calculation is quite small and elementary, consisting of dozens of commands. Effective parallel execution requires a masterful balance between the degree of granularity of programs and the amount of communication delay that occurs between different granules. In particular, if the communication delay is minimal, the best performance is promised by a fine-grained division of the program. This is the case when data parallelism works. If the communication delay is large, a coarse-grained division of programs is better. Modern parallel programming languages and libraries, along with tools for creating streams and organizing their interaction, also contain tools for supporting fine-grained parallelism. The paper presents the results of research into the use of fine-grained parallelism with the use of tools of different parallel programming languages and libraries. It is shown that its use in an optimal combination with other types of parallelism provides an opportunity to improve the efficiency of multi-core computer systems.
References
Doug L. A Java Fork/Join Framework. In Proceedings of the ACM 2000 conference on Java Grande (JAVA '00). – 2020. – P. 36-43.
Ponge J. Fork and Join: Java Can Excel at Painless Parallel Programming Too! [Електронний ресурс]. – Режим доступу: http://www.oracle.com/technetwork/articles/java/fork-join-422606.html
Downloads
Published
How to Cite
Issue
Section
License
The scientific journal adheres to the principles of Open Access and provides free, immediate, and permanent access to all published materials without financial, technical, or legal barriers for readers.
All articles are published in Open Access under the Creative Commons Attribution 4.0 International (CC BY 4.0) license.
Copyright
Authors who publish their works in the journal:
-
retain the copyright to their publications;
-
grant the journal the right of first publication of the article;
-
agree to the distribution of their materials under the CC BY 4.0 license;
-
have the right to reuse, archive, and distribute their works (including in institutional and subject repositories), provided that proper reference is made to the original publication in the journal.




