On Sunday, 2 May 2021 at 08:59:15 UTC, Imperatorn wrote: > > ```d > HashMap!(int, RefCounted!Map) mapOfMaps = HashMap!(int, > RefCounted!Map)(1024); > ``` That only fixes it, because you are avoiding the rehash with the initial size.