alexracape / blokus-engine

Adapting AlphaZero to play Blokus
0 stars 0 forks source link

Batch client requests #10

Closed alexracape closed 1 month ago

alexracape commented 2 months ago

With lots of clients, it will be wasteful to handle each query one at a time. Batching these queries would be helpful for when there are lots of clients making requests simultaneously.