Skip to content
Adam Wagner edited this page Aug 22, 2020 · 15 revisions

Debugging

Debugging utils for lua

renatomaia/loop-debugging

LOOP classes of debugging utilities for Lua.

Caching & queing

pyericz/LuaWorkQueue

A work queue implementation written in Lua.

darkwark/queue-lua

Queue implementation for Lua and PICO-8 Newer (2020)

hewenning/Lua-Container

🌏 Implement various containers, stack, queue, priority queue, heap, A* algorithms, etc. through Lua.

KurtLoeffler/Lua_CachePool

A lua library for creating pools of cached objects.