FluffyMaguro / SC2_Coop_Overlay

Overlay for StarCraft II Co-op showing post-game statistics
https://www.maguro.one
GNU General Public License v3.0
71 stars 15 forks source link

Modified full analysis to use a process pool #23

Closed Spavid04 closed 3 years ago

Spavid04 commented 3 years ago

Should greatly speed up replay processing, depending on core count. Tested and confirmed working by analysing ~1000 assorted replays and comparing the dump json file after both runs.

I've tried to modify the least amount of code as possible. Further analysing replays doesn't seem easy to do in a process pool.