roengle / VexInfo

Uses VexDB API to read statistics different teams competing at a tournament to input into a Google Sheet.
1 stars 0 forks source link

TODO: Implement faster algorithm for building and writing teams to sheets #18

Closed roengle closed 6 years ago

roengle commented 6 years ago

Algoirthmn right now sucks, only doing two at a time, roughly taking 700ms to build two teams and 300 to write them.

roengle commented 6 years ago

done(will be pushed once I get around a bug involving files not being found on google drive)