RimWorld-LWM.DeepStorage
RimWorld-LWM.DeepStorage copied to clipboard
Rimworld.StoreUtility.NoStorageBlockersIn - Slamming FPS
Hiya LWM,
I'm doing some stress testing and based on the picture, you can see a whole bunch of performance challenges (on purpose). Anyways, with your storage shelves the game is very much stuttering inside [NoStorageBlockersIn]. I'm seeing about 250,000 calls per second.
PUAH+ / While You Are Up I'm assuming is depending on [NoStorageBlockersIn] to complete as well.
Is there any way to refine this code or consider holding a cache of storage and their blockers/contents?
Anything that reduces performance hits on a popular mod is appreciated!
1 second-ish calls
Finally, the stack
And inside [NoStorageBlocksIn]. Note the 2-3ish ms for everything in here, compared to the 1500ms spikes. Something is not being very productive
I've got the exact same problem. This is also taking up 1500ms and slamming my FPS