torch / xluaLinks
A set of useful functions to extend Lua (string, table, ...).
☆78Updated 6 years ago
Alternatives and similar repositories for xlua
Users that are interested in xlua are comparing it to the libraries listed below
Sorting:
- A class system for Lua.☆121Updated 8 years ago
- Oriented Object Programming for Lua☆73Updated 8 years ago
- An async framework for Lua/Torch.☆116Updated 6 years ago
- Threads for Lua and LuaJIT. Transparent exchange of data between threads is allowed thanks to torch serialization.☆255Updated 8 years ago
- A powerful (and blazing fast) argument checker and function overloading system for Lua or LuaJIT☆54Updated 9 years ago
- a non-official git mirror for ProFi, a Lua profiler☆76Updated 9 years ago
- LuaJIT and luarocks in one location☆158Updated 5 years ago
- A pure Lua-based, lightweight REPL for Torch.☆81Updated 7 years ago
- Data structures, algorithms, and ML/NLP tools in Lua.☆26Updated 7 years ago
- Lua String Templates☆187Updated 10 years ago
- Torch C data structures☆81Updated 7 years ago
- Low-Level threads(pthreads or WIN32 threads) for Lua.☆149Updated 9 months ago
- A Lua package to detect reading of undeclared variables and creating of global variables.☆26Updated 10 years ago
- ☆52Updated 2 years ago
- A database shared data among multi-states .☆65Updated 11 years ago
- `llthreads` library rewritten without `LuaNativeObjects` code generator☆79Updated last year
- added jit support for sproto.☆30Updated 2 years ago
- New maintainer at: https://github.com/lunarmodules/lualogging☆146Updated 4 years ago
- Lua support for Google's protocol buffers☆88Updated 5 years ago
- A random collection of core and utility level Lua libraries☆74Updated 2 years ago
- Convert a lua table to a C object , and share it among many lua states .☆48Updated 9 years ago
- A (simple) parallel computing framework for Lua☆93Updated 9 years ago
- FFI package for Lua 5.1 and Lua 5.2☆196Updated 4 years ago
- JSON parser/encoder for Lua Parses JSON using LPEG for speed and flexibility. Depending on parser/encoder options, various values are pre…