My Scala bot for Legends of Code and Magic is constantly timing out before the first move (~10% of the competition games!). I’m not doing any complicated calculations during the draft phase, so I assume this is because of Scala’s slow compilation times.
Do other Scala programmers have this problem?
Are there any easy fixes?