Skip to content
This repository has been archived by the owner on Mar 11, 2023. It is now read-only.

Change world save format #5

Open
squid233 opened this issue Aug 26, 2022 · 0 comments
Open

Change world save format #5

squid233 opened this issue Aug 26, 2022 · 0 comments
Labels
core Issue about game core enhancement New feature or request low-priority May be solved

Comments

@squid233
Copy link
Member

squid233 commented Aug 26, 2022

Currently we are using a single file (“level.dat”) to store the world. That limited the world size and performance.

We need to find a better method to store the world. A possible method is to split the world into n-dimensions and cut into many chunks.

The finally goal is to do that and use multi-thread (with executor pool or virtual thread) loading.

The blocks are also need to convert to BlockStates.

Please write down your opinion and share it.

@squid233 squid233 added enhancement New feature or request low-priority May be solved core Issue about game core labels Aug 26, 2022
@squid233 squid233 added this to To do in Develop Progress via automation Aug 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
core Issue about game core enhancement New feature or request low-priority May be solved
Projects
Development

No branches or pull requests

1 participant