Skip to content

Commit 0901e8f

Browse files
Update query_heap.hpp
1 parent 2e3f3e9 commit 0901e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/util/query_heap.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ template <typename NodeID, typename Key> class UnorderedMapStorage
5959
public:
6060
explicit UnorderedMapStorage(std::size_t)
6161
{
62-
// nodes.rehash(1000);
62+
nodes.rehash(1000);
6363
}
6464

6565
Key &operator[](const NodeID node) { return nodes[node]; }

0 commit comments

Comments
 (0)