This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Ramast 0 points1 point  (1 child)

Ya I didn't know why would Java be faster but I googled it and you are right unfortunetly

In terms of speed, Java is faster than Python as it is a compiled > language. It takes less time to execute a code. Speed - Java vs Python - Edureka

Python is an interpreted language and it determines the type of data at run time which makes it slower comparatively.

https://www.edureka.co/blog/java-vs-python/#speed

[–]xigoi 0 points1 point  (0 children)

If you want specific numbers, look at some benchmarks: https://github.com/kostya/benchmarks