From 423df94de49d99d9b9187fe46d3939a72720816c Mon Sep 17 00:00:00 2001 From: Chao Mai Date: Sun, 7 Feb 2016 12:13:59 +0800 Subject: [PATCH] add ck in Concurrency category. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d46f3dd..378431f 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [ArrayFire](https://github.com/arrayfire/arrayfire) - A general purpose GPU library. [BSD] * [Boost.Compute](https://github.com/boostorg/compute) - A C++ GPU Computing Library for OpenCL. [Boost] * [Bolt](https://github.com/HSA-Libraries/Bolt) - A C++ template library optimized for GPUs. [Apache2] +* [ck](https://github.com/concurrencykit/ck) - Concurrency primitives, safe memory reclamation mechanisms and non-blocking data structures. [BSD] * [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]