Пакет libcds: Информация

    Исходный пакет: libcds
    Версия: 2.0.0-alt2
    Собран:  29 октября 2015 г. 0:34 в задании #152261
    Сообщить об ошибке в пакете
    Домашняя страница: http://libcds.sourceforge.net/

    Лицензия: BSD like
    О пакете: C++ template library of lock-free and fine-grained algorithms
    Описание: 
    CDS is a C++ template library of lock-free and fine-grained algorithms.
    It contains a collection of concurrent data structure implementations:
    
    Atomic operations with memory ordering support for x86, amd64, Itanium, Sparc processor architectures
    Safe memory reclamation (SMR) algorithms:
        Michael's Hazard Pointer
        Pass-the-Buck SMR
        Gidenstam's Hazard Pointer with reference counting
        User-space RCU
    Data structures - a lot of intrusive and non-intrusive container algorithms for different SMR schemas
        intrusive and non-intrusive stacks
        intrusive and non-intrusive queues: Michael & Scott lock-free and read/write lock-based,
          Moir et al algo, Ladan-Mozes & Shavit optimistic queue, basket queue, bounded (ring-buffered) algos
        intrusive and non-intrusive deque: Michael's algo
        intrusive and non-intrusive ordered lists: Michael's algo, Lazy list algo
        intrusive and non-intrusive sets and maps: Michael hash-map,
          Split-ordere list by Ori Shalev & Nir Shavit, Skip-list, Cuckoo hash map/set
    Synchronization primitives - spin-lock with different back-off technique
    Michael's memory allocator. See cds::memory::michael::Heap in documentation

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    libcds (x86_64, i586)
    libcds-debuginfo (x86_64, i586)
    libcds-devel (x86_64, i586)
    libcds-devel-debuginfo (x86_64, i586)

    Сопровождающий: Vitaly Lipatov

    Список участников:
    Vitaly Lipatov

      1. gcc-c++
      2. libdb4-devel
      3. boost-devel-headers
      4. boost-intrusive-devel

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


    29 октября 2015 г. Vitaly Lipatov 2.0.0-alt2
    - real 2.0.0 build
    11 августа 2015 г. Vitaly Lipatov 2.0.0-alt1
    - new version 2.0.0 (with rpmrb script)
    9 декабря 2014 г. Vitaly Lipatov 1.6.0-alt1
    - initial build for ALT Linux Sisyphus