TeamDman / SuperFactoryManager

Mozilla Public License 2.0
36 stars 15 forks source link

CPU spike #35

Closed SimonSoby closed 5 years ago

SimonSoby commented 5 years ago

Using the lastest version, when ever i try to crate anything within the inventory manange, i can here my cpu fan start spinning up, and CPU usage sky rises, and if the game survives it will at the end create the trigger in the inventory mananger. But when trying to crate an input the same thing happens

SimonSoby commented 5 years ago

Playing on the latest version of FTB Revelation, with a few extra mods added Screenshot_1

TeamDman commented 5 years ago

Presumably, component item lists aren't being rendered lazily. This means that every component with an item picker was calling the search method when you opened the interface. Making the components lazy is beyond the effort I want to put in for now, so instead I've made the default background search much better. If there's still performance issues, please let me know!