dmaclean / dfs-python

Tools for DFS data collection and projection creation.
11 stars 2 forks source link

Speed up the DvP calculations for regression #13

Closed dmaclean closed 10 years ago

dmaclean commented 10 years ago

DvP calculations run way too slow and are currently why regression takes 15 minutes to run. Speed that shit up.

dmaclean commented 10 years ago

Fixed. Added a _defense_vsposition table so we can quickly generate a cache for the _Projections.calculate_defense_vsposition() function.

Files modified: