From: khizmax Date: Fri, 5 Dec 2014 15:00:15 +0000 (+0300) Subject: fixed readme X-Git-Tag: v2.0.0~10^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=dcd368b0fbb3cb8877b21ea8425ceb617fb0d7df;p=libcds.git fixed readme --- diff --git a/readme.md b/readme.md index 98dca249..238c37ca 100644 --- a/readme.md +++ b/readme.md @@ -9,8 +9,8 @@ CDS is mostly header-only template library. Only SMR core implementation is segr The library contains the implementations of the following containers: - [lock-free](http://en.wikipedia.org/wiki/Non-blocking_algorithm) stack with optional elimination support - - several algo for lock-free queue, including classic Michael & Scott algorithm and it's derivatives, - flat combining queue, segmented queue. + - 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 - lock-free [skip-list](http://en.wikipedia.org/wiki/Skip_list)