mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 17:46:26 +08:00
Drop TTClusterSize from 5 to 4
Very small obvious functional change Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
committed by
Marco Costalba
parent
66b751713e
commit
de0c9e84ca
2
src/tt.h
2
src/tt.h
@@ -74,7 +74,7 @@ private:
|
|||||||
|
|
||||||
|
|
||||||
/// This is the number of TTEntry slots for each position
|
/// 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
|
/// Each group of ClusterSize number of TTEntry form a TTCluster
|
||||||
/// that is indexed by a single position key. Cluster is padded
|
/// that is indexed by a single position key. Cluster is padded
|
||||||
|
|||||||
Reference in New Issue
Block a user