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

Feature: Dynamic chunk overhead resolver (dcor) #462

Open
1 task done
suprohub opened this issue Jan 6, 2025 · 0 comments
Open
1 task done

Feature: Dynamic chunk overhead resolver (dcor) #462

suprohub opened this issue Jan 6, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@suprohub
Copy link
Contributor

suprohub commented Jan 6, 2025

I've searched existing issues and couldn't find a duplicate.

  • I confirm this is not a duplicate.

Is your feature request related to a problem? Please describe.

Just think if players are very fast place blocks, like bedwars, bridges, pvp etc. Or just builders thinking about cool house.
So issue its a compression. For this fast actions compression can slow down block breaking and placement.

Describe the solution you'd like

Will be cool add a dynamic chunk overhead resolver.
How it works? Its like a anticheat, or prediction alghoritm. Every section can have a prediction points. So if points are go to big number - section go compressed or decompressed. Points can add of various actions. Like more players near, or someone place a big amouth of blocks in 100 ms.
Its like a gc in java. We need to use this, because we dont know what player wants to do now.
DCOR can remove a big areas of memory and improve a player experience.

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

No branches or pull requests

2 participants