Split a strut vs break/make node

Sorry, absolute beginner here. I tried googling and didn’t find the question or answer i was looking for.
What i was wondering… When to use a split strut on a node, like a vector node, and when to use a break node.
Also, any other benefits to using one over the other when given the choice? Like, is there some performance considerations or better organisation of the code itself etc.

Thank you!

Use what you prefer, there isn’t any performance difference.

Thank you very much! :slight_smile: