chunky icon indicating copy to clipboard operation
chunky copied to clipboard

Load chunks per-region in Scene#loadChunks

Open NotStirred opened this issue 2 years ago • 3 comments

Merge after #1256

Rather than loading chunks in the order they appear in the chunk list, now load chunks region by region, which should lead to much better region loading performance, also the task scheduling has been cleaned up. Maybe some minor improvements cache-wise for the octree due to loading chunks close to each other too

Still need to create some ChunkData cache, as each chunk currently allocates one

NotStirred avatar May 08 '22 04:05 NotStirred

Should now be ready for review!

NotStirred avatar Oct 06 '22 20:10 NotStirred

wait I really bricked it and didn't realise

NotStirred avatar Oct 07 '22 10:10 NotStirred

Required PR is merged, therefore I assume that this one is ready once the conflicts are resolved? 🔥

ShirleyNekoDev avatar Aug 10 '23 18:08 ShirleyNekoDev