logoalt Hacker News

tyingqtoday at 3:18 PM1 replyview on HN

Depends. Many reasons, but one is that Java has a much richer set of 3rd party libraries to do things versus rolling your own. And often (not always) third party libraries that have been extensively optimized, real world proven, etc.

Then things like the jit, by default, doing run time profiling and adaptation.


Replies

andriy_kovaltoday at 6:36 PM

Java has huge ecosystem in enterprise dev, but very unlikely it has ecosystem edge in high performance/real time compute.