mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 16:53:09 +00:00
Increase MAX_THREADS to 32
No speed regression after 8731 games: Mod vs Orig 1394 - 1342 - 5995 ELO +2 (+- 4.1) No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
76506bd3d1
commit
c980163316
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
#include "position.h"
|
#include "position.h"
|
||||||
#include "search.h"
|
#include "search.h"
|
||||||
|
|
||||||
const int MAX_THREADS = 16;
|
const int MAX_THREADS = 32;
|
||||||
const int MAX_ACTIVE_SPLIT_POINTS = 8;
|
const int MAX_ACTIVE_SPLIT_POINTS = 8;
|
||||||
|
|
||||||
struct SplitPoint {
|
struct SplitPoint {
|
||||||
|
|
Loading…
Add table
Reference in a new issue