Is SharedTableRegistry just as bad as _G or shared?

Other posts have taught me to avoid _G and shared like the plague (sort of).
Is SharedTableRegistry is regarded the same way?

shared/_G aren’t bad when used correctly and they Arnot much slower than accessing local variables yet the worst thing about them is auto completion and type corrections

also, isn’t SharedTable for sharing data across actors/cores?

1 Like

I see, thank you!
SharedTable is for actor data sharing

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.