From 5fe82a0a598331ca7b1bb5eea0286c09c4718981 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 6 Oct 2023 15:38:59 +0200 Subject: b --- src/world.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/world.hpp b/src/world.hpp index 9b776c5e..56b74898 100644 --- a/src/world.hpp +++ b/src/world.hpp @@ -16,7 +16,7 @@ template struct object_type_; struct world final { static constexpr object_id object_counter_init = 1024; - static constexpr size_t initial_capacity = 512; + static constexpr size_t initial_capacity = 4096; static constexpr float max_load_factor = .5; static constexpr size_t initial_collect_every = 64; -- cgit v1.2.3