From: Joona Kiiski Date: Sat, 22 May 2010 08:51:22 +0000 (+0300) Subject: Drop TTClusterSize from 5 to 4 X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=de0c9e84ca6e41d5cb7c9691edc5918d417c265d Drop TTClusterSize from 5 to 4 Very small obvious functional change Signed-off-by: Marco Costalba --- diff --git a/src/tt.h b/src/tt.h index 272e752b..530cc405 100644 --- a/src/tt.h +++ b/src/tt.h @@ -74,7 +74,7 @@ private: /// This is the number of TTEntry slots for each position -const int ClusterSize = 5; +const int ClusterSize = 4; /// Each group of ClusterSize number of TTEntry form a TTCluster /// that is indexed by a single position key. Cluster is padded