Package lua5.4-module-lualanes: Information
Source package: lua5.4-module-lualanes
Version: 3.17.2-alt1_lr0
Build time: Jan 3, 2026, 02:06 PM in the task #403651
Category: Development/Other
Report package bug| FTBFS | ||
|---|---|---|
| Architecture | FTBFS since | Update |
| i586 | Jan. 24, 2026 | Jan. 24, 2026 |
| x86_64 | Jan. 19, 2026 | Jan. 24, 2026 |
Home page: https://lualanes.github.io/lanes/
License: MIT
Summary: Lanes is a lightweight, native, lazy evaluating multithreading library for Lua 5.1 to 5.4
Description:
Lanes is a lightweight, native, lazy evaluating multithreading library for Lua 5.1 to Lua 5.4. It allows efficient use of multicore processors in Lua, by passing function calls into separate OS threads, and separate Lua states. No locking of the threads is needed, only launching and waiting for (with an optional timeout) a thread to get ready. Efficient communications between the running threads are possible either using message passing or shared state models. Values passed can be anything but coroutines (see detailed limitations in the manual). Lua Lanes has been optimized for performance, and provides around 50-60% speed increase when running heavily threaded applications on dual core processors (compared to running a non-threaded plain Lua implementation). Starting with version 3.0, Lanes is compatible with LuaJIT 2.
List of RPM packages built from this SRPM:
lua5.4-module-lualanes (x86_64, i586, aarch64)
lua5.4-module-lualanes-debuginfo (x86_64, i586, aarch64)
lua5.4-module-lualanes-doc (noarch)
lua5.4-module-lualanes (x86_64, i586, aarch64)
lua5.4-module-lualanes-debuginfo (x86_64, i586, aarch64)
lua5.4-module-lualanes-doc (noarch)
Maintainer: Sergey Zhidkih
Last changed
Dec. 23, 2025 Sergey Zhidkih 3.17.2-alt1_lr0
- New version (3.17.2).
April 22, 2025 Sergey Zhidkih 3.17.1-alt1_lr0
- First build for alt.