From dcd368b0fbb3cb8877b21ea8425ceb617fb0d7df Mon Sep 17 00:00:00 2001 From: khizmax Date: Fri, 5 Dec 2014 18:00:15 +0300 Subject: [PATCH] fixed readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.34.1