2021
DOI: 10.25007/ajnu.v10n3a1145
|View full text |Cite
|
Sign up to set email alerts
|

Python Parallel Processing and Multiprocessing: A Rivew

Abstract: Parallel and multiprocessing algorithms break down significant numerical problems into smaller subtasks, reducing the total computing time on multiprocessor and multicore computers. Parallel programming is well supported in proven programming languages such as C and Python, which are well suited to “heavy-duty” computational tasks. Historically, Python has been regarded as a strong supporter of parallel programming due to the global interpreter lock (GIL). However, times have changed. Parallel programming in P… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
9
0

Year Published

2022
2022
2024
2024

Publication Types

Select...
6
1

Relationship

0
7

Authors

Journals

citations
Cited by 19 publications
(17 citation statements)
references
References 25 publications
(10 reference statements)
0
9
0
Order By: Relevance
“…Nine competency standards for knowing words are proposed, mainly including the need to know the spoken and written forms of words, to be able to spell and recall words correctly, to be able to relate words to appropriate objects and concepts, and to be able to use words inappropriate combinations [5]. From the different insights of the above scholars on the content of vocabulary, students should focus on not only the accumulation of vocabulary quantity but also qualitative learning; that is, teachers should pay attention to the development of students' vocabulary cognition and use when teaching them vocabulary [6].…”
Section: Related Workmentioning
confidence: 99%
See 1 more Smart Citation
“…Nine competency standards for knowing words are proposed, mainly including the need to know the spoken and written forms of words, to be able to spell and recall words correctly, to be able to relate words to appropriate objects and concepts, and to be able to use words inappropriate combinations [5]. From the different insights of the above scholars on the content of vocabulary, students should focus on not only the accumulation of vocabulary quantity but also qualitative learning; that is, teachers should pay attention to the development of students' vocabulary cognition and use when teaching them vocabulary [6].…”
Section: Related Workmentioning
confidence: 99%
“…e static power consumption is h 1 affected P L by the current ambient temperature T 1 and the leakage power coefficient, as shown in equation (4), where the leakage power coefficient h 1 can be considered as a constant value [13]. e dynamic power consumption is proportional P D to the square of the operating frequency of the core, as shown in equation (5), which denotes the P max rated power consumption of the core and the f max maximum operating frequency of the core.…”
Section: Heterogeneous Multicore Processor System Designmentioning
confidence: 99%
“…In data-intensive computing applications, the current hardware allows for parallel program execution [23]- [25] [26]. The application of parallel and multiprocessor algorithms can break down significant numerical problems into smaller subtasks, reducing the total computation time on multiprocessor computers and resulting in better performance [23].…”
Section: Introductionmentioning
confidence: 99%
“…In data-intensive computing applications, the current hardware allows for parallel program execution [23]- [25] [26]. The application of parallel and multiprocessor algorithms can break down significant numerical problems into smaller subtasks, reducing the total computation time on multiprocessor computers and resulting in better performance [23]. In dealing with this parallel computing problem, the concept of a processing "pool" is used: "tasks" (data) are forwarded in bulk to the pool, and the pool handles the distribution of tasks to a number of available worker processes [27]- [29].…”
Section: Introductionmentioning
confidence: 99%
See 1 more Smart Citation