Skip to content
Compare
Choose a tag to compare
@EngineerSmith EngineerSmith released this 11 Apr 15:33
· 4 commits to master since this release
2d2e2b2
  • 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