You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overall performance improvements thanks to string.buffer
There's an issue with love distribution on some Linux (notably Ubuntu) platform package managers doesn't contain the correct version of LuaJIT, it should still work with those versions of 11.4, but there's no performance improvement
Added AppleCake.setBuffer and AppleCake.flush
Allows for buffering of profiling data so decrease number of pushes over channels
Requires string.buffer to use the buffer, will error otherwise to let you know you don't have it