Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37501017
en ru br
ALT Linux repositórios
S:2.0.0-alt2

Group :: Sistema/Bibliotecas
RPM: libcds

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 2.0.0-alt2
Data da compilação: 28 outubro 2015, 21:28 ( 443.0 weeks ago )
Tamanho:: 1273.17 Kb

Home page:   http://libcds.sourceforge.net/

Licença: BSD like
Sumário: C++ template library of lock-free and fine-grained algorithms
Descrição:

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

Mantenedor currente: Vitaly Lipatov

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

  • libcds
  • libcds-debuginfo
  • libcds-devel
  • libcds-devel-debuginfo
ACL:
     
    projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    mantenedor atual: Michael Shigorin
    mantenedor da tradução: Fernando Martini aka fmartini © 2009