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

Question #14

Open
Potothingi opened this issue May 12, 2024 · 1 comment
Open

Question #14

Potothingi opened this issue May 12, 2024 · 1 comment

Comments

@Potothingi
Copy link

What performance benefits does Parallel World Ticking provide?
Do Pathfinder, Entity Tracker, etc. work asynchronously between worlds?

@MrPowerGamerBR
Copy link
Member

Do Pathfinder, Entity Tracker, etc. work asynchronously between worlds?

Not asynchronously, they work in parallel

The https://github.com/SparklyPower/SparklyPaper/blob/ver/1.20.4/docs/PARALLEL_WORLD_TICKING.md document explains more about what are the benefits but tl;dr: It is good if you can spread your players in multiple worlds because you can "balance" the load of the worlds into multiple worlds, and the work that you need to do to make plugins work in this environment is way lower compared to Folia. (not bashing Folia here, there are real reasons why plugins need to change a bunch of stuff to make them work in Folia!)

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

2 participants