Skip to content

Introduction

关于本章

本章收录了一些collection library,即这些library囊括了多种concurrent data structure的实现。

包括:

1、khizmax/libcds

2、Boost.Lockfree

3、https://github.com/concurrencykit/ck

Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems developed in C99+.