From a42015960da2d566f121547fe7059545e7413312 Mon Sep 17 00:00:00 2001 From: eao197 Date: Tue, 3 Dec 2019 11:44:59 +0300 Subject: [PATCH] SObjectizer added to README. SObjectizer framework added to Concurrency section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 70024b4..7d5e628 100644 --- a/README.md +++ b/README.md @@ -249,6 +249,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [NCCL](https://github.com/NVIDIA/nccl) - Optimized primitives for collective multi-GPU communication. [BSD] * [OpenCL](https://www.khronos.org/opencl/) - The open standard for parallel programming of heterogeneous systems. * [OpenMP](http://openmp.org/) - The OpenMP API. +* [SObjectizer](https://github.com/Stiffstream/sobjectizer) - A tool for simplification of the development of complex multi-threaded applications in C++ by using Actor-, Publish-Subscribe and CSP models. [BSD-3-Clause] * [RaftLib](http://raftlib.io/) - The RaftLib C++ library, streaming/dataflow concurrency via C++ iostream-like operators [Apache2] * [readerwriterqueue](https://github.com/cameron314/readerwriterqueue) - A fast single-producer, single-consumer lock-free queue for C++. [BSD] * [Thrust](http://thrust.github.io/) - A parallel algorithms library which resembles the C++ Standard Template Library (STL). [Apache2]