Dev Builds » 20260810-1301

You are viewing an old NCM Stockfish dev build test. You may find the most recent dev build tests using Stockfish 15 as the baseline here.

Use this dev build

NCM plays each Stockfish dev build 20,000 times against Stockfish 14. This yields an approximate Elo difference and establishes confidence in the strength of the dev builds.

Summary

Host Duration Avg Base NPS Games WLD Standard Elo Ptnml(0-2) Gamepair Elo

Test Detail

ID Host Base NPS Games WLD Standard Elo Ptnml(0-2) Gamepair Elo CLI PGN

Commit

Commit ID 9dec2ead8a2949883888e26e0415c2e5a6054385
Author Niklas Fiekas
Date 2026-08-10 13:01:59 UTC
Simplify shm_unix SharedMemoryRegistry The SharedMemoryRegistry now directly keeps a list of socket paths to unlink in the atexit handler. Before, there were two minor issues: - Unsynchronized access to some SharedMemory members between open() and close(AtExit), and close(AtExit) nulling data_ptr_ and search threads using it, though of course only when we were about to exit anyway. - Moved from socket_path_ not nescessarily emptied and would then be unlinked, though I don't think any C++ implementation actually does that. Also now just one atomic linked list away from a signal-safe cleanup_at_exit(), but one step further from a shared memory implementation that needs more general global cleanup work. closes https://github.com/official-stockfish/Stockfish/pull/7030 No functional change
Copyright 2011–2026 Next Chess Move LLC