Replies: 1 comment
-
There's not a big difference at the moment, no. Having everything in one will require fewer allocations (but might use slightly more memory) due to everything being stored in one set of slotmaps. Having separate instances is arguably a bit cleaner from a code perspective. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am somewhat curious as to if there is a difference between using one
Taffy
instance vs multiple, where there are multiple trees (root-nodes) which are unrelated to each-other.for example you have 2 components, which each have a root-node and are not related to each-other, should they each have their own taffy instances or should one "more global" one be used, what are the differences (if any)?
Beta Was this translation helpful? Give feedback.
All reactions