SameOldBard Posted May 6 Share Posted May 6 Hi, I am looking into trying to improve a bit how long my mod takes to process some data it requires. Question is, what is the best method without using threads? Is it better to do it linearly, or to start timer and split the work into the OnTimer event calls? I don't want it to be too intrusive and affect other mods which also need to do something in background. My mod only does it once, but it is quite important. Thanks, OldBard. Link to comment Share on other sites More sharing options...
Recommended Posts