From d4987f227c8228260204c9647a3e619ee8a2e373 Mon Sep 17 00:00:00 2001 From: Chao Mai Date: Sat, 6 Feb 2016 11:45:38 +0800 Subject: [PATCH] add libcds in Concurrency category. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0c4846d..d46f3dd 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [C++React](https://github.com/schlangster/cpp.react) - A reactive programming library for C++11. [Boost] * [Intel TBB](https://www.threadingbuildingblocks.org/) - IntelĀ® Threading Building Blocks. [GPL2 with runtime exception] * [junction](https://github.com/preshing/junction) - A library of concurrent data structures in C++. [BSD] +* [libcds](https://github.com/khizmax/libcds) - A C++ library of Concurrent Data Structures. [BSD] * [Libclsph](https://github.com/libclsph/libclsph) - An OpenCL based GPU accelerated SPH fluid simulation library. [MIT] * [OpenCL](https://www.khronos.org/opencl/) - The open standard for parallel programming of heterogeneous systems. * [OpenMP](http://openmp.org/) - The OpenMP API.