diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-06 15:38:59 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-06 15:38:59 +0200 |
commit | 5fe82a0a598331ca7b1bb5eea0286c09c4718981 (patch) | |
tree | 98f3f10887fa35b19ad4422e13a38385ed7a4bd7 /src | |
parent | 17b2aed123899a8b4b8547fa18671fa3eb3e48fe (diff) |
b
Diffstat (limited to 'src')
-rw-r--r-- | src/world.hpp | 2 |
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; |