Package libuserspace-rcu: Information

    Source package: libuserspace-rcu
    Version: 0.8.7-alt2.E2K.2
    Build time:  Nov 21, 2020, 05:33 PM
    Category: System/Libraries
    Report package bug
    License: LGPLv2+
    Summary: RCU (read-copy-update) implementation in user space
    Description: 
    This data synchronization library provides read-side access which scales
    linearly with the number of cores. It does so by allowing multiples copies
    of a given data structure to live at the same time, and by monitoring
    the data structure accesses to detect grace periods after which memory
    reclamation is possible.

    List of RPM packages built from this SRPM:
    libuserspace-rcu (e2kv5, e2kv4, e2k)
    libuserspace-rcu-debuginfo (e2kv5, e2kv4, e2k)
    libuserspace-rcu-devel (e2kv5, e2kv4, e2k)

    Maintainer: Vitaly Lipatov


      1. autoconf
      2. automake
      3. libtool

    Last changed


    Oct. 31, 2018 Michael Shigorin 0.8.7-alt2.E2K.2
    - Replace e2k arch name with %e2k macro (grenka@)
    June 29, 2017 Michael Shigorin 0.8.7-alt2.E2K.1
    - E2K: applied mcst patch
    June 14, 2015 Vitaly Lipatov 0.8.7-alt2
    - clean examples before packing