-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
performancePerformance improvements or bugsPerformance improvements or bugs
Description
I don't understand why is everything except ChunkBuilder and few other things done in main thread. ChunkBuilder's work only takes ~1ms to complete and is done on different thread. On my low end cpu (i5-2400) method load_chunk19_to_117 is taking 4-6ms to complete and in some weird cases even 30ms which is eating the whole frame budget when chunk packets arrive. Is it possible to load and process chunk data on different thread? I can't see why it wouldn't be possible. Stevenarella in this state is just unusable.
Metadata
Metadata
Assignees
Labels
performancePerformance improvements or bugsPerformance improvements or bugs