Translations:Slot count/7/en

From Resonite Wiki
Revision as of 16:20, 26 April 2025 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The real slowdown of slot count starts when functions need to iterate over all the slots and potentially components of an item while also performing some action. This requires multiple hits of heap memory and isn't very cache friendly. The effects of these kinds of actions can usually start to be felt after a slot count of 10000-100000+ depending on the amount of components on each slot and the action that is being performed. This includes, but is not limited to: