torch / threadsLinks
Threads for Lua and LuaJIT. Transparent exchange of data between threads is allowed thanks to torch serialization.
☆255Updated 8 years ago
Alternatives and similar repositories for threads
Users that are interested in threads are comparing it to the libraries listed below
Sorting:
- LuaJIT and luarocks in one location☆158Updated 5 years ago
- An async framework for Lua/Torch.☆116Updated 6 years ago
- Turbo is a framework built for LuaJIT 2 to simplify the task of building fast and scalable network applications. It uses a event-driven, …☆544Updated 2 months ago
- Oriented Object Programming for Lua☆73Updated 8 years ago
- FFI package for Lua 5.1 and Lua 5.2☆196Updated 4 years ago
- A class system for Lua.☆121Updated 8 years ago
- `llthreads` library rewritten without `LuaNativeObjects` code generator☆79Updated last year
- a non-official git mirror for ProFi, a Lua profiler☆76Updated 9 years ago
- A tool for tracing Lua script execution and analysing time profiles and coverage☆174Updated 9 years ago
- A set of useful functions to extend Lua (string, table, ...).☆78Updated 6 years ago
- Standalone FFI library for calling C functions from lua. Compatible with the luajit FFI interface.☆475Updated 4 years ago
- a utf-8 support module for Lua and LuaJIT.☆430Updated this week
- A powerful (and blazing fast) argument checker and function overloading system for Lua or LuaJIT☆54Updated 9 years ago
- Torch C data structures☆81Updated 7 years ago
- Utility library for functional programming in Lua☆642Updated 5 years ago
- A (simple) parallel computing framework for Lua☆93Updated 9 years ago
- Lanes is a lightweight, native, lazy evaluating multithreading library for Lua 5.1 to 5.5.☆493Updated last week
- LuaJIT Data Structures - hold cdata in Arrays, Vectors, and HashMaps☆118Updated 5 years ago
- StackTracePlus provides enhanced stack traces for Lua.☆200Updated last year
- Low-Level threads(pthreads or WIN32 threads) for Lua.☆149Updated 9 months ago
- Lua binding to ZeroMQ☆141Updated 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…