Francesco-Zeno-Costanzo / parallel-computing

basic exemples of parallel computing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parallel-computing

These codes are basic exemples of parallel computing.

confronto.py is a simple code to compare the performance between processes, threads and serial;

fattorizzazione.py compares process and serial performance by calculating the prime factorization of large numbers;

fibonacci.py uses processes to compute fibonacci numbers;

trova_primy.py compute and returns the graph of the enumerative function of prime numbers and its two main approximations to make the comparison.

About

basic exemples of parallel computing

License:GNU General Public License v3.0


Languages

Language:Python 100.0%