Things getting slower in each iteration means that you don’t pre-create all objects in advance but you create new instances in each iteration (and maybe not even clean them up properly).
Things getting slower in each iteration means that you don’t pre-create all objects in advance but you create new instances in each iteration (and maybe not even clean them up properly).