A
A
alexjav2014-11-19 10:17:36
Java
alexjav, 2014-11-19 10:17:36

An article about comparing the performance of Java and C ++ on Habré. Where is she?

Good afternoon!
I already searched, read this article not so long ago, but didn’t add it to my bookmarks :(
I don’t know exactly when it was published. It was about improving the performance of a Java program, I remember that the Java code was dynamically compiled and loaded there, the performance was almost the same with C++ results
Please help me find this article if anyone has come across it
Thanks in advance!

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey, 2014-11-19
Protko @Fesor

I remember that Java code was dynamically compiled there

Are you talking about just-in-time compilation? habrahabr.ru/post/122061
It's not clear what you mean. Comparing Java and C++ makes sense with warm code or when using Ahead-of-time compilation

A
alexjav, 2014-11-19
@alexjav

Thanks, but that's not it. There was a code.
And a comparison for the performance of a specific task ..
Sorry, flew out of my head, what was it about :(

A
Alexey Cheremisin, 2014-11-19
@leahch

I don’t remember on Habré, but there is this - benchmarksgame.alioth.debian.org/u64q/java.php
The codes are attached.
The general conclusion is that Java in general is 1.3-2 times slower in terms of speed, twice as compact in code, and ten times more productive in writing code.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question