this post was submitted on 19 Jan 2024
134 points (94.7% liked)
Open Source
32193 readers
37 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The insanity that mojang keeps adding shitty mobs to keep us distracted and refuses to aknowlege that multithreading is a thing thats possible.
Adding multithreading to such a huge project would be a monumental feat. There's dozens of multithreading jokes, but I like this one most
Who's there?
I was more astonished about the choice of language than the decision to implement a server. That said, is the problem with lack of multi threading mostly related to scalability or something else?
Yeah there literally isnt powerfull enough hardware to support more than a few hundred people on a single instance. And world generation really should take better advantage of multiples cores.