jasonszang / concurrency-cpp11Links
A concurrency toolbox for c++11, including a cached thread pool executor, a shared timed mutex, a fair semaphore and several other utilities.
☆16Updated 8 years ago
Alternatives and similar repositories for concurrency-cpp11
Users that are interested in concurrency-cpp11 are comparing it to the libraries listed below
Sorting:
- modern c++ raft library☆47Updated 5 years ago
- Latency collector as an embedded library for C++☆13Updated 6 years ago
- Serialization/deserialization in a raw buffer like flatbuffer, but you do not need any IDL file and it is much more efficient either in s…☆49Updated 7 years ago
- a tiny coroutine lib using for c++☆24Updated 11 years ago
- A header only fast HTTP parser/generator for C++.☆31Updated 4 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- a modern c++17 high performance, cross-platform distributed mq☆24Updated 5 years ago
- Implementation of std::future from the C++ Concurrency TS☆30Updated 2 years ago
- 基于folly、wangle和proxygen的c++11基础库☆10Updated 7 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 2 weeks ago
- ☆65Updated 6 years ago
- lock free shared memory based high performance ring buffer☆25Updated 13 years ago
- std::future extension☆37Updated 4 years ago
- A C++ embedded library of multiple processes framework developed and used at Qihoo360.☆52Updated 3 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- C++20 template metaprogramming, stateful template metaprogramming and concurrent workflow adaptation library☆27Updated 11 months ago
- CN-CppUserGroup-2019-1,lock-free queue demo☆90Updated 4 years ago
- Thread safe, lock-free memory pool.☆59Updated last year
- A header-only C++17 library implementing a simple concurent lock-free memory pool☆25Updated 4 years ago
- Provides run-time tuple element access☆14Updated 4 years ago
- A actor framework base on C++11/14.☆56Updated 4 years ago
- C++ proactor network library for Linux☆17Updated 10 years ago
- Easy to use RPC framework☆42Updated 7 years ago
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆40Updated 4 years ago
- better asio wrapper (++asio)☆41Updated 3 years ago
- header only log inherited from Nanolog☆37Updated 4 years ago
- Multi thread TCP server with Boost.Asio and Boost.Coroutine☆30Updated 11 years ago
- A RAFT implementation to help build your RAFT service in 1 minute.☆67Updated 2 years ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆119Updated 6 years ago