overlay-market / overlay-risk

Risk metrics for various data streams
MIT License
13 stars 4 forks source link

[WIP] Use concurrent futures for calculating metrics #41

Closed deepsp94 closed 2 years ago

deepsp94 commented 2 years ago

Created a script influx_metrics_univ3_parallel.py. This is the same as influx_metrics_univ3.py, except that this uses concurrent futures and is therefore much faster. Also included some tests for the new script.