diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-06 23:15:16 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-06 23:16:44 +0200 |
commit | 728d314ddbeff18dd4858498912f8501c5fc91b8 (patch) | |
tree | dd801108bc3890e1c7f537e372401c236b2cddbe /src/world.hpp | |
parent | 23188750272c89ce88e6944b43683f29be04affc (diff) |
wip
Diffstat (limited to 'src/world.hpp')
-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 56b74898..9fa48b8b 100644 --- a/src/world.hpp +++ b/src/world.hpp @@ -17,7 +17,7 @@ struct world final { static constexpr object_id object_counter_init = 1024; static constexpr size_t initial_capacity = 4096; - static constexpr float max_load_factor = .5; + static constexpr float max_load_factor = .25; static constexpr size_t initial_collect_every = 64; private: |