Skip to content

Commit

Permalink
Double size of pawns table. Bench 3807737
Browse files Browse the repository at this point in the history
  • Loading branch information
locutus2 committed Jun 5, 2019
1 parent 3edf0e6 commit 754016b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pawns.h
Expand Up @@ -64,7 +64,7 @@ struct Entry {
int pawnsOnSquares[COLOR_NB][COLOR_NB]; // [color][light/dark squares]
};

typedef HashTable<Entry, 16384> Table;
typedef HashTable<Entry, 32768> Table;

Entry* probe(const Position& pos);

Expand Down

0 comments on commit 754016b

Please sign in to comment.