Page 1 of 1

Some useful Lua libraries

Posted: Fri Jul 12, 2019 2:38 pm
by raidho36
https://bitbucket.org/rcoaxil/lua-minilibs

* class
* object pool
* gapless array + unique value variant
* linked list
* deque
* few minor ones

I've created these over the course of development of my own projects and I thought I'd share.