The place where random ideas get written down and lost in time.
2023-05-21 - Lua Optimization Tips
Category DEVhttps://www.lua.org/gems/sample.pdf
- Locals are faster to access than globals. Copy globals to locals especially for loop access.
- Tables are composed of an array (storing integer keys from 1..n) and a hash map for any other keys.
Generated on 2025-01-18 by Rig4j 0.1-Exp-f2c0035