Hacker News new | ask | show | jobs
by anextio 352 days ago
Java does not provide performance comparable to C/C++.
1 comments

It depends on what you call "performance". IO throughput can be the same. So can be CPU utilization. Memory consumption will always be larger though, and the kind of code you need to write in Java to achieve parity might not look like any Java most people are familiar with.