readme fix
authorkhizmax <khizmax@gmail.com>
Fri, 12 Dec 2014 12:57:41 +0000 (15:57 +0300)
committerkhizmax <khizmax@gmail.com>
Fri, 12 Dec 2014 12:57:41 +0000 (15:57 +0300)
readme.md

index 238c37cacd434fe926a051cac3bad28a0e4d6040..dfbff6d5f33364815efc3281ce434c8e777729e9 100644 (file)
--- 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,\r
     the flat combining queue, the segmented queue.\r
   - several implementation of unordered set/map - lock-free and fine-grained lock-based\r
+  - [flat-combining] (http://mcg.cs.tau.ac.il/projects/projects/flat-combining) technique\r
   - lock-free [skip-list](http://en.wikipedia.org/wiki/Skip_list)\r
   \r
 Generally, each container has an intrusive and non-intrusive (STL-like) version belonging to \r
@@ -22,6 +23,8 @@ and MS VC++ 12 (2013) Update 4.
 \r
 Download the latest release from http://sourceforge.net/projects/libcds/files/\r
 \r
+See online doxygen-generated doc here: http://libcds.sourceforge.net/doc/cds-api/index.html\r
+\r
 References\r
 ----------\r
 *Stack*\r