Replies: 6 comments 21 replies
-
I agree with you, and also is there any sense to use this mod together with c2me |
Beta Was this translation helpful? Give feedback.
-
Hey owosoup, Noisium changes some world generation functions that other mods don't touch, to fill in the gaps left by other performance optimisation mods. |
Beta Was this translation helpful? Give feedback.
-
Just a question, does replacing the for loop syntax actually bring any benefits? |
Beta Was this translation helpful? Give feedback.
-
I should be more specific, does benchmarking (with it being JIT'd) it
compared to enhanced for show an improvement? (I'm looking more at
concrete results)
…On 11/9/23, Darion Spaargaren ***@***.***> wrote:
Hey Phoenix-Starlight, changing the loop syntax does bring some benefits due
to the way Java/the JVM works. Enhanced `for` loops are a lot worse,
performance wise, compared to `fori` loops.
--
Reply to this email directly or view it on GitHub:
#2 (reply in thread)
You are receiving this because you commented.
Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
just a quick question, does this thing compatibles to world gen datapacks like terralith or even william wythers biomes mod/datapack? |
Beta Was this translation helpful? Give feedback.
-
How do i know noisium is necessary for optimization or not ingame? I see no differences with/without it by viewing mspt and tps, see no difference while chunk generating too, ive read the recent discussion but that is not enough for me as a casual player, my os is win10, tested on forge 47.1.3 with modernfix and radium |
Beta Was this translation helpful? Give feedback.
-
I'm pretty curious about this mod, and its performance gains, what does it do (in layman's terms)?
I've seen your explanation of replacing functions to optimize blockstate stuff, so I guess it's about filling in the chunk info faster, and not computing the structures themselves?
It's a new mod, so it's unpopular, and I love testing out new work! Especially ones uncalled for, so your project has me really curious :D. Do you have future plans for other optimizations?
Beta Was this translation helpful? Give feedback.
All reactions