标签: Lua

1 篇文章

On Lua Config Files Optimization
There are numerous formats for configuration tables: XML, JSON, SQLite, ScriptableObject, Protobuf, and more. In Lua-based projects, many developers still export configuration…