c2i-junia / minecraft-rust

minecraft game clone built in rust.
Other
12 stars 2 forks source link

Improve chunk transfers through network #104

Open AudranTourneur opened 1 week ago

AudranTourneur commented 1 week ago

The transfer of chunks is currently greatly sub-optimal, many chunks are sent multiple times and network packets are very big, sometimes greater than 1MB!

A new system should be designed and have the following properties:

Concerns about flushing the client cache do not need to be considered for now. The current objective is to reduce network traffic as much as possible.