miniplex icon indicating copy to clipboard operation
miniplex copied to clipboard

Refactor archetype update notifications so they only get invoked once in a queue flush that potentially adds/removes multiple entities

Open hmans opened this issue 2 years ago • 0 comments

When you queue 1000 entities to be added to an archetype and then flush the queue, this will invoke the update signal a 1000 times. Let's change that :)

hmans avatar Apr 29 '22 14:04 hmans