logoalt Hacker News

jodleiftoday at 3:27 PM1 replyview on HN

As long as you tune the JVM right it can be faster. But its a big if with the tune, and you need to write performant code


Replies

andriy_kovaltoday at 6:35 PM

Java has significant overhead, that most/every object is allocated on heap, synchronized and has extra overhead of memory and performance to be GC controlled. Its very hard/not possible to tune this part.

show 1 reply