UEWBot / dipvis

Django-based visualiser for tournaments for the boardgame Diplomacy
GNU General Public License v3.0
7 stars 4 forks source link

Need to speed up generation of CSV files for WDD upload #286

Closed UEWBot closed 5 months ago

UEWBot commented 5 months ago

In particular, it times out creating the boards file for a 20-board tournament.

UEWBot commented 5 months ago

The slowest part is probably that it reads the WDD to determine the player names to use (Player.wdd_firstname_lastname()).

UEWBot commented 5 months ago

Stopped it parsing the WDD and it's vastly faster.