Hacker News new | ask | show | jobs
by wavemode 616 days ago
How would a server not written in Java support Java mods?
1 comments

It'd have to be a hybrid, with more of the expensive parts rewritten in a more well suited language.
Right, that’s my take as well. But on the whole I don’t see Java itself as being fundamentally less performant, particularly with JDK 21+. Architecture choices in either language make or break performance.