mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 08:43:09 +00: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:
parent
66b751713e
commit
de0c9e84ca
1 changed files with 1 additions and 1 deletions
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue