Help speeding up my mod with multiple threads.

Post » Wed Feb 20, 2013 12:52 pm

I have a mod that needs to process a formlist of about 4000 entries on load. Obviously it takes a bit of time, and I would like to speed it up if possible.
I have never actually done any multithreaded programming before, I've only read about it in c++ and on the creationkit wiki.

So I need a little help regarding how to approach this.
From what I understand, I would have to call functions from different objects on different parts of my formlist (or even split up my formlist into multiple lists).
So the question is, how would I go about doing this? Is there a best practice? And will it even speed things up?
User avatar
Roy Harris
 
Posts: 3463
Joined: Tue Sep 11, 2007 8:58 pm

Return to V - Skyrim