Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Suggestion] Add: Visual explanation images #1

Open
Zorklis opened this issue Apr 7, 2024 · 8 comments
Open

[Suggestion] Add: Visual explanation images #1

Zorklis opened this issue Apr 7, 2024 · 8 comments

Comments

@Zorklis
Copy link

Zorklis commented Apr 7, 2024

Currently I don't understand this, is it culling?

@davidromrell
Copy link
Owner

davidromrell commented Apr 7, 2024

so lets say value a = random(), [a,a,a,a,a,a,a,a] results in [a] so why calculate the extra random values if the result is just a single random value.

@davidromrell
Copy link
Owner

davidromrell commented Apr 7, 2024

The initial culling is simple, the next few files will get harder and harder to make.

@ChromaPIE
Copy link

Will it have effect on the actual worldgen? like will it remain the same as how it goes without the mod?
Also can I use it together with Faster Random?

@davidromrell
Copy link
Owner

davidromrell commented Apr 8, 2024

@ChromaPIE @AlexanderwithaA It is compatible with most versions of faster random and noisium although I don't recommend it because it decreases performance around 99% of my testcases(not stating they won't change that cause they are devs).

@AlexanderwithaA

This comment was marked as outdated.

@davidromrell

This comment was marked as outdated.

@AlexanderwithaA
Copy link

That makes sense. By the way, how did you test this? I can’t find any good ways to test world gen optimization mods.

@davidromrell
Copy link
Owner

davidromrell commented Apr 18, 2024

No good ways to test world gen optimization mods a lot of ways exist, but fabric and forge keep making them irrelevant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants