Пакет lua5.4-module-lualanes: Информация

    Исходный пакет: lua5.4-module-lualanes
    Версия: 4.0.0-alt1_lr0
    Последняя версия по данным Repology
    Собран:  7 апреля 2026 г. 19:07 в задании #414384
    Сообщить об ошибке в пакете
    Домашняя страница: https://lualanes.github.io/lanes/

    Лицензия: MIT
    О пакете: Lanes is a lightweight, native, lazy evaluating multithreading library for Lua 5.1 to 5.4
    Описание: 
    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.

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    lua5.4-module-lualanes (x86_64, i586, aarch64)
    lua5.4-module-lualanes-debuginfo (x86_64, i586, aarch64)
    lua5.4-module-lualanes-doc (noarch)

    Сопровождающий: Sergey Zhidkih

    Список участников:
    Sergey Zhidkih

    Права:
    Sergey Zhidkih
    @everybody

      1. liblua5.4-devel
      2. gcc-c++
      3. lua5.4-luarocks
      4. lua5.4-module-luasocket
      5. rpm-build-vm
      6. rpm-macros-lua

    Последнее изменение


    3 марта 2026 г. Sergey Zhidkih 4.0.0-alt1_lr0
    - New version (4.0.0):
      + Switch to C++ implementation.
    10 февраля 2026 г. Sergey Zhidkih 3.17.2-alt2_lr0
    - Fix FTBFS by removing dependency on luasocket-devel.
    23 декабря 2025 г. Sergey Zhidkih 3.17.2-alt1_lr0
    - New version (3.17.2).