Skip to content

higorrg/Java-Python-and-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java, Python and C

PoC from the article: A Performance Comparison Between C, Java, and Python.

Link for the article

You can follow steps below or you can run from the jupyter notebook README.ipynb

Build and run Java (OpenJ9 JDK 11)

cd Java
java MatrixMultiplication.java

Build and run C

cd ../c
gcc -O2 MatrixMultiplication.c -o MatrixMultiplication
gcc -O3 MatrixMultiplication.c -o MatrixMultiplication
./MatrixMultiplication

Build and run Python

cd ../python
python MatrixMultiplication.py

About

PoC from the article: A Performance Comparison Between C, Java, and Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published