projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
421f7b7
)
Increase MAX_THREADS to 16
author
Marco Costalba
<mcostalba@gmail.com>
Sat, 4 Dec 2010 08:18:18 +0000 (09:18 +0100)
committer
Marco Costalba
<mcostalba@gmail.com>
Fri, 10 Dec 2010 06:24:48 +0000 (07:24 +0100)
No speed regression and no functional change.
After 7826 games Mod- Orig:
1188 - 1230 - 5408 ELO -1 (+- 3.1)
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/thread.h
patch
|
blob
|
history
diff --git
a/src/thread.h
b/src/thread.h
index
44b70e1
..
348e5f6
100644
(file)
--- a/
src/thread.h
+++ b/
src/thread.h
@@
-38,7
+38,7
@@
//// Constants and variables
////
-const int MAX_THREADS = 8;
+const int MAX_THREADS = 16;
const int MAX_ACTIVE_SPLIT_POINTS = 8;