summaryrefslogtreecommitdiffhomepage
path: root/src/world.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-10-06 23:15:16 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-10-06 23:16:44 +0200
commit728d314ddbeff18dd4858498912f8501c5fc91b8 (patch)
treedd801108bc3890e1c7f537e372401c236b2cddbe /src/world.hpp
parent23188750272c89ce88e6944b43683f29be04affc (diff)
wip
Diffstat (limited to 'src/world.hpp')
-rw-r--r--src/world.hpp2
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: