Jump to content

Best way to process data


Recommended Posts

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...