tswift242 / fantasyfootball-custom-scorer

Fantasy Football program for quickly determining good custom scoring rules for custom leagues
MIT License
0 stars 0 forks source link

Parallelize composite Model/View #15

Open tswift242 opened 10 years ago

tswift242 commented 10 years ago

Use ThreadPoolExecutor, and possibly barriers, to :

  1. parallelize evaluation of composite models.
  2. parallelize execution within each individual model across all players.
tswift242 commented 10 years ago

Item 1 depends on resolution of issue #16. if latter proposal of a single recalculate score button for the whole program is chosen, then proceed with parallelization. Otherwise, if former proposal is chosen, ignore this.