SkipList: fixed infinite loop when one thread inserts a key and another remove the...
[libcds.git] / readme.md
index 5093697bb75f0144faca23a9e6915de559a9cc0b..9b45b5778a67cba32726bb4ad2b1c23473accf6a 100644 (file)
--- a/readme.md
+++ b/readme.md
@@ -33,8 +33,8 @@ The library contains the implementations of the following containers:
 Generally, each container has an intrusive and non-intrusive (STL-like) version belonging to \r
 *cds::intrusive* and *cds::container* namespace respectively. \r
 \r
-Version 2.x of the library is written on C++11 and can be compiled by GCC 4.8+, clang 3.3+, Intel C++ 15+, \r
-and MS VC++ 12 (2013) Update 4.\r
+Version 2.x of the library is written on C++11 and can be compiled by GCC 4.8+, clang 3.6+, Intel C++ 15+, \r
+and MS VC++ 12 (2013) Update 4 and above\r
 \r
 Download the latest release from http://sourceforge.net/projects/libcds/files/\r
 \r
@@ -80,8 +80,6 @@ References
   - *SegmentedQueue*: [2010] Afek, Korland, Yanovsky "Quasi-Linearizability: relaxed consistency for improved concurrency"\r
         [pdf](http://mcg.cs.tau.ac.il/papers/opodis2010-quasi.pdf)\r
   - *FCQueue* - flat-combining wrapper for *std::queue*\r
-  - *TsigasCycleQueue*: [2000] Philippas Tsigas, Yi Zhang "A Simple, Fast and Scalable Non-Blocking Concurrent FIFO Queue for Shared Memory Multiprocessor Systems"\r
-        [pdf](http://www.cse.chalmers.se/~tsigas/papers/latest-spaa01.pdf)\r
   - *VyukovMPMCCycleQueue* Dmitry Vyukov (see http://www.1024cores.net)\r
 \r
 *Deque*\r