HASH: 哈希表大小调整为16M

This commit is contained in:
CalciteM Team 2019-07-14 19:35:24 +08:00
parent 850738d529
commit 86b9443c2f
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
using namespace CTSL;
#ifdef HASH_MAP_ENABLE
HashMap<uint64_t, NineChessAi_ab::HashValue> hashmap(1024 * 1024);
HashMap<uint64_t, NineChessAi_ab::HashValue> hashmap(1024 * 1024 * 16);
#endif
NineChessAi_ab::NineChessAi_ab() :