mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 01:27:16 +08:00
Increase MaterialTableSize 8 times
Now that we prefetch in material hash table we can increase its size and gain something. Hit rate is now of 98% from 92% Speedup of 0.8% No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#include "tt.h"
|
||||
#include "types.h"
|
||||
|
||||
const int MaterialTableSize = 1024;
|
||||
const int MaterialTableSize = 8192;
|
||||
|
||||
/// MaterialInfo is a class which contains various information about a
|
||||
/// material configuration. It contains a material balance evaluation,
|
||||
|
||||
Reference in New Issue
Block a user