Skip to content

Two 1-dimensional arrays of 10^6 numbers A(1)=1, A(2)=2, … A(10^6 )=10^6 . Compute the B(i)=square (A(i)) in: a) single thread b) four threads. Checking the difference in the execution time.

Notifications You must be signed in to change notification settings

Infi-DOS/POSIX-THREADS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

POSIX-THREADS

Two 1-dimensional arrays of 10^6 numbers A(1)=1, A(2)=2, … A(10^6 )=10^6 . Compute the B(i)=square (A(i)) in: a) single thread b) four threads. Checking the difference in the execution time.

About

Two 1-dimensional arrays of 10^6 numbers A(1)=1, A(2)=2, … A(10^6 )=10^6 . Compute the B(i)=square (A(i)) in: a) single thread b) four threads. Checking the difference in the execution time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages