1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-29 16:23:09 +00:00

Increase MAX_THREADS to 16

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>
This commit is contained in:
Marco Costalba 2010-12-04 09:18:18 +01:00
parent 421f7b74c6
commit 38e7ec3e44

View file

@ -38,7 +38,7 @@
//// Constants and variables
////
const int MAX_THREADS = 8;
const int MAX_THREADS = 16;
const int MAX_ACTIVE_SPLIT_POINTS = 8;