chesslablab / chess-server

Asynchronous PHP server that provides chess services over a WebSocket connection.
https://chesslablab.github.io/chess-server/
MIT License
51 stars 24 forks source link

Parallelize the search command #393

Closed programarivm closed 1 month ago

programarivm commented 1 month ago

The /search command in src/Command/Data/SearchCommand.php needs to run in parallel.