Local vs Global memory type.

Any details about local vs global shared memory types?

is local means only in the thread scope ? or only used by TD instances ?
or ? …
thank you.
Barak.

‘global’ is specific to TouchDesigner instances - it uses a single block of shared memory divided between all OPs using it.

‘local’ uses a block of shared memory per OP, and can be used by programs outside of TouchDesigner using the C++ files in Samples/SharedMem.