Skip to content

0.546

Compare
Choose a tag to compare
@zeux zeux released this 23 Sep 19:44
· 496 commits to master since this release
59fd9de

Runtime changes

  • Add lua_rawiter for faster table iteration from C (~2x faster than lua_next, results in the same iteration order if the table isn't modified during traversal)

Community contributions