Skip to content

This repo was made to have some fun with my newly learned Multithreading Concepts in Java. Here we will be performing Matrix Multiplication using multiple threads splitting the routine into smaller, manageable, and logical units.

License

Notifications You must be signed in to change notification settings

samratpodder/MultiThreaded-MatrixMultiplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiThreaded-MatrixMultiplication

This repo was made to have some fun with my newly learned Multithreading Concepts in Java. Here we will be performing Matrix Multiplication using multiple threads splitting the routine into smaller, manageable, and logical units.
Screenshot of the results of first run where the two matrices were read from two different files and matrix multiplication was done on the matrices. The image shows the time taken by different processes. Screenshot of the results of first run

About

This repo was made to have some fun with my newly learned Multithreading Concepts in Java. Here we will be performing Matrix Multiplication using multiple threads splitting the routine into smaller, manageable, and logical units.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages