lua 优化

彻底解析Android缓存机制——LruCache

https://www.jianshu.com/p/b49a111147ee

lua:部分常用操作的效率对比及代码优化建议(附测试代码)

https://blog.csdn.net/u013119612/article/details/78758253

Lua性能优化技巧

https://blog.csdn.net/summerhust/article/details/18599375

高性能 Lua 技巧(译)

https://segmentfault.com/a/1190000004372649

编写高性能的Lua代码

http://wuzhiwei.net/lua_performance/

Lua性能优化

https://www.cnblogs.com/YYRise/p/7082637.html

使用局部变量local

https://www.cnblogs.com/lovevivi/p/3284643.html

Lua性能优化—Lua内存优化

https://blog.uwa4d.com/archives/usparkle_luaperformance.html

Lua的CPU开销性能优化

http://www.sohu.com/a/191810651_726639

编写高效Lua代码的方法(整理)  

https://blog.csdn.net/u013097730/article/details/52411658

如何编写高性能的Lua代码【good】

https://blog.csdn.net/xfnjlove/article/details/24487935

Lua性能优化—Lua内存优化

https://blog.uwa4d.com/archives/usparkle_luaperformance.html

用好lua+unity,让性能飞起来——关于《Unity项目常见Lua解决方案性能比较》的一些补充...

https://blog.csdn.net/weixin_30949361/article/details/96643913

原文地址:https://www.cnblogs.com/javalzy/p/9510231.html