Enter a message name below to show all available translations.
Found one translation.
Name | Current message text |
---|---|
h English (en) | 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 [https://en.wikipedia.org/wiki/Memory_management#HEAP heap memory] and isn't very [https://en.wikipedia.org/wiki/Cache_(computing) 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: |