Lithium (Fabric)

Lithium (Fabric)

22M Downloads

Multithreading

Opened this issue · 8 comments

commented

The title is self-explaining, threading may increase performance on lot's of things

commented

Hey, this has already been discussed before on another issue asking for a similar thing.

I'm simply gonna redirect you to issue #100 so you can have a good read and get a little bit more informed.

commented

I just read that issue, but the reason I've asked for feature is a forge mod did it for 1.16 and I thought it'll be possible to implement but I never considered possible bugs or glitches since I never worked on any modding project. In a normal coding project, I can easily implement with simple changes in code. Sorry if I talked like I'm offensive, I'm just curious about more technical details.

commented
commented
commented

It's possible to multithread things, but it would introduce a level of instability that is not good to have in Lithium.
See Jelly's response on #100:
#100 (comment)
TL;DR: Multithreading isn't a silver bullet, it also has a good chance of breaking vanilla.

commented

I put this here because this one is more focused on CPU stuff. Can it be an alpha, like Hydrogen? (Called Francium because of its instability 🙂 )

commented

We're not implementing any kind of world threading in Lithium.