Fastchess is a versatile command-line tool designed for running chess engine tournaments.
Written primarily in C++17, it utilizes doctest as its testing framework.
With Fastchess, you can effortlessly orchestrate chess tournaments, configure time controls, and execute matches concurrently for optimal time efficiency. Extensively tested for high concurrency (with up to 250 threads) and short time controls (0.2+0.002s), it exhibits minimal timeout issues, with only 10 matches out of 20,000 experiencing timeouts.
Written primarily in C++17, it utilizes doctest as its testing framework.
With Fastchess, you can effortlessly orchestrate chess tournaments, configure time controls, and execute matches concurrently for optimal time efficiency. Extensively tested for high concurrency (with up to 250 threads) and short time controls (0.2+0.002s), it exhibits minimal timeout issues, with only 10 matches out of 20,000 experiencing timeouts.

Comments
Post a Comment