Files
Pumpkin/pumpkin-world
lukas0008 03f9b377d5 Optimize chunk loading
- Chunk loading now is done in a more simple manner. Instead of splitting it into regions and having one file handle for all chunks in the same region, now all chunks make their own file handle for the region, the previous overhead was not worth it, since this seemed to increase performance.
- Speed up of ~15%
- Now the `.read_chunks` function does not return anything, instead it sends event to an mpsc channel.
- Dramatically decreased memory footprint.
2024-08-13 23:30:20 +02:00
..
2024-08-13 23:30:20 +02:00
2024-08-12 20:22:59 +02:00
2024-08-13 23:30:20 +02:00