Hi Guys,
I have a bit of a dev question here.
When I have a large datastructure which is created by one plugin, what are the most efficient ways of making that data available to other plugins?
To be specific I have a datastructure in memory that is written to from the toolcontext api, written to from custom operators and read by a set of ice nodes.
I've registered functions which give access to it, but it isn't always very efficient so I'm asking you guys for your workflows in matters like this.
Thanks