Maurya Allimuthu
1 min readAug 15, 2019

Performance Comparison of Backend Programming Languages — eli5

When comes to programming it is quite difficult to choose what language for what purpose.

Those who face such situations or seeking answers for the same, I have something interesting for them.

I tried with backend languages like Python, Java, Rust, GoLang, Julia.

Task/POC/Job/Program is to just do a FOR LOOP from 0 to 99999999 (100 Million)

Interpreted Languages : Python, Julia, GoLang

Interpreted Languages — Time Taken for 10 Million looping

Compiled Languages: Rust, Java

Compiled Languages — Time Taken for 10 Million looping

Proof/Reference:

Python Code

Rust

Java

Julia

Golang

Responses (2)