Drosty / truegm

Fantasy Football Tracker for my league
2 stars 0 forks source link

Don't pre-process stats. #79

Closed Drosty closed 9 years ago

Drosty commented 9 years ago

It is math - lets not preprocess the stats and just calculate them on the fly. If it becomes slow then look into ways to make it faster.

Shouldn't store compiled values into the database - might become a headache to manage and keep in sync when getting live stats

Drosty commented 9 years ago

removed the pre-processing of stats. don't have any benchmarks on performance gained/lost