Closed jerry871002 closed 3 months ago
Goal: simulate 10000 games in under 1 second
The problem was that logging was taking too long. The solution was only to print debug messages if debug mode was turned on.
Goal: simulate 10000 games in under 1 second