Removed broken GS pool allocator and enabled default LuaJIT allocator – better memory usage (smaller memory footprint) and no crash when out of memory.
Disabled threaded loading of assets - this improves framerate and removes flawed threading implementation until it can be re-architected. The previous implementation was buggy, and actually caused your app to be considerably slower in regards to FPS rather than providing any true enhancement.