question: Is it a reasonable assumption that as a stack gets larger that changes made to the stack start slowing down?
w
white-balloon-205
02/22/2020, 11:24 PM
We recently (1.10) made some improvements such that that should no longer be the case. Performance should be dominated by the number of changes that are made, not by the total number of resources. Are you using >= 1.10.0?
b
billions-glass-17089
02/23/2020, 9:44 PM
nope, I was debating how to structure our code base, whether or not to use multi-stacks vs one mono-stack
the assumption a multi-stack might be better is because of performance, but seems like that won't be an issue