This commit is contained in:
Siarhei Fedartsou 2024-06-11 16:27:21 +02:00
parent 068a1da098
commit 68d5dbc919

View File

@ -40,7 +40,7 @@ template <typename NodeID, typename Key> class UnorderedMapStorage
explicit UnorderedMapStorage(std::size_t) explicit UnorderedMapStorage(std::size_t)
{ {
#ifdef USE_ANKERL #ifdef USE_ANKERL
nodes.rehash(500); nodes.rehash(2000);
#else #else
nodes.rehash(1000); nodes.rehash(1000);
#endif #endif