| ▲ | jodleif 6 hours ago | |||||||||||||||||||||||||
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 | ||||||||||||||||||||||||||
| ▲ | andriy_koval 3 hours ago | parent [-] | |||||||||||||||||||||||||
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. | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||