0.546
Runtime changes
- Add
lua_rawiter
for faster table iteration from C (~2x faster thanlua_next
, results in the same iteration order if the table isn't modified during traversal)
Community contributions
- Add
lua_cleartable
by @petrihakkinen in #678