]> git.sesse.net Git - stockfish/blobdiff - src/tt.cpp
Use 5 TTEntry slots instead of 4
[stockfish] / src / tt.cpp
index 49dae31d70ffb5b634709e339c7815d8d5e5184d..e9b6c1758c7eb5c7ead2bae915fccd2e7bc243ab 100644 (file)
@@ -31,7 +31,7 @@
 
 
 /// This is the number of TTEntry slots for each position
-static const int ClusterSize = 4;
+static const int ClusterSize = 5;
 
 
 ////