\r
The library contains the implementations of the following containers:\r
- [lock-free](http://en.wikipedia.org/wiki/Non-blocking_algorithm) stack with optional elimination support\r
- - several algo for lock-free queue, including classic Michael & Scott algorithm and it's derivatives,\r
- flat combining queue, segmented queue.\r
+ - 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
- lock-free [skip-list](http://en.wikipedia.org/wiki/Skip_list)\r
\r