This commit is contained in:
Siarhei Fedartsou 2024-06-11 09:14:57 +02:00
parent ff02ae92f4
commit 068a1da098

View File

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