Open
Description
The current garbage collector implementation is far from ideal. The LuaJIT garbage collector looks like it would be relatively easy to implement. See https://github.com/LuaDist/luajit/blob/master/src/lj_gc.c for the code for this.