From 74b3d84349822d7de8d6e1038a5c418e53c5b2a3 Mon Sep 17 00:00:00 2001 From: khizmax Date: Fri, 28 Nov 2014 23:33:31 +0300 Subject: [PATCH] readme --- readme | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/readme b/readme index a0c6eece..c5ec7b52 100644 --- a/readme +++ b/readme @@ -1,12 +1,14 @@ CDS (Concurrent Data Structures) C++ library CDS library is (mostly) header-only template library. The shared library contains only garbage collector's core implementation. -CDS contains implementation of some well-known lock-free and fine-grained data structures: +Download the latest release from http://sourceforge.net/projects/libcds/files/. + +The library contains implementation of some well-known lock-free and fine-grained data structures: Stack: TreiberStack [1986] R. K. Treiber. Systems programming: Coping with parallelism. Technical Report RJ 5118, IBM Almaden Research Center, April 1986. - Elimination back-off implementation is based on idea from + Elimination back-off implementation is based on idea from [2004] Danny Hendler, Nir Shavit, Lena Yerushalmi "A Scalable Lock-free Stack Algorithm" Queue: -- 2.34.1