amankhoza / betfair-machine-learning

A collection of python scripts to collect, clean and visualise odds for football matches from Betfair, as well as perform machine learning on the collected odds.
29 stars 13 forks source link

Improve performance by multithreading #7

Closed amankhoza closed 7 years ago

amankhoza commented 7 years ago

Odds are collected every few seconds, this is sufficient and there is no noticeable delay even when odds for multiple matches are being collected at the same time. So performance is not an issue.