summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-10-06 15:38:59 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-10-06 15:38:59 +0200
commit5fe82a0a598331ca7b1bb5eea0286c09c4718981 (patch)
tree98f3f10887fa35b19ad4422e13a38385ed7a4bd7
parent17b2aed123899a8b4b8547fa18671fa3eb3e48fe (diff)
b
-rw-r--r--src/world.hpp2
1 files changed, 1 insertions, 1 deletions
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<typename T> 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;