wip
This commit is contained in:
parent
ff02ae92f4
commit
068a1da098
@ -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(1000);
|
nodes.rehash(500);
|
||||||
#else
|
#else
|
||||||
nodes.rehash(1000);
|
nodes.rehash(1000);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user