sigle / stxstats

Get the latest data from Stacks blockchain.
https://www.stxstats.co
30 stars 1 forks source link

Optimise server data generation #12

Closed pradel closed 3 years ago

pradel commented 3 years ago

Right now we are recomputing all the days already in memory when we generate the data. We should only calculate for the days that we don't have in memory yet as past data can't change.