Hi
I would like to know if there is performance benefit in this case…
Global library loader in main.lua, when it loads library it stores it in table… After that I load libraries from with this library loader and if that library has been loaded before it returns stored library. In a lot of my libraries other libraries are re-used.
against…
requiring each library with require all the time…
Thanks in advance… [import]uid: 28742 topic_id: 15362 reply_id: 315362[/import]