From: khizmax Date: Fri, 12 Dec 2014 12:57:41 +0000 (+0300) Subject: readme fix X-Git-Tag: v2.0.0~7 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=cebf240edb3717a29d4876aa537db6e63e086d87;p=libcds.git readme fix --- diff --git a/readme.md b/readme.md index 238c37ca..dfbff6d5 100644 --- a/readme.md +++ b/readme.md @@ -12,6 +12,7 @@ The library contains the implementations of the following containers: - several algo for lock-free queue, including classic Michael & Scott algorithm and its derivatives, the flat combining queue, the segmented queue. - several implementation of unordered set/map - lock-free and fine-grained lock-based + - [flat-combining] (http://mcg.cs.tau.ac.il/projects/projects/flat-combining) technique - lock-free [skip-list](http://en.wikipedia.org/wiki/Skip_list) Generally, each container has an intrusive and non-intrusive (STL-like) version belonging to @@ -22,6 +23,8 @@ and MS VC++ 12 (2013) Update 4. Download the latest release from http://sourceforge.net/projects/libcds/files/ +See online doxygen-generated doc here: http://libcds.sourceforge.net/doc/cds-api/index.html + References ---------- *Stack*