projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
6f1475b
)
Use 5 TTEntry slots instead of 4
author
Marco Costalba
<mcostalba@gmail.com>
Sun, 9 Aug 2009 03:35:46 +0000 (
04:35
+0100)
committer
Marco Costalba
<mcostalba@gmail.com>
Sun, 9 Aug 2009 03:42:26 +0000 (
04:42
+0100)
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/tt.cpp
patch
|
blob
|
history
diff --git
a/src/tt.cpp
b/src/tt.cpp
index
49dae31
..
e9b6c17
100644
(file)
--- a/
src/tt.cpp
+++ b/
src/tt.cpp
@@
-31,7
+31,7
@@
/// This is the number of TTEntry slots for each position
-static const int ClusterSize = 4;
+static const int ClusterSize = 5;
////