Hi! I need to share a table between my extension script located in lua/extensions and my interface script located in lua/intf. Currently I'm using the ingenious method used in time v3.2 (writing the table to a files, and reading it on the other side), But repetitive IO operations are bad. I've read ...