←back to thread

419 points alex_medvedev | 5 comments | | HN request time: 0.926s | source
1. rumblefrog ◴[] No.41855146[source]
Impressive stuff, but I'll be more keen to see an high performance implementation that also supports the vast numbers of Minecraft mods. Forge servers are notoriously slow on bigger modpacks.
replies(2): >>41855163 #>>41906041 #
2. wavemode ◴[] No.41855163[source]
How would a server not written in Java support Java mods?
replies(1): >>41855299 #
3. rumblefrog ◴[] No.41855299[source]
It'd have to be a hybrid, with more of the expensive parts rewritten in a more well suited language.
replies(1): >>41906079 #
4. owlstuffing ◴[] No.41906041[source]
Yep.

Aren’t mods more or less the primary justification for building a server like this?

Although Rust may in some ways improve performance, is that a better trade for the huge reduction in potential mods?

5. owlstuffing ◴[] No.41906079{3}[source]
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.