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.
☆15Updated 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 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 bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆119Updated 7 years ago
- ☆65Updated 6 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆40Updated 4 years ago
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- a tiny coroutine lib using for c++☆24Updated 11 years ago
- A header only fast HTTP parser/generator for C++.☆31Updated 5 years ago
- STL-based caches for C++☆116Updated 2 years ago
- std::future extension☆37Updated 5 years ago
- Implementation of std::future from the C++ Concurrency TS☆30Updated 2 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆81Updated 7 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 years ago
- A C++ embedded library of multiple processes framework developed and used at Qihoo360.☆51Updated 4 years ago
- A concurrent thread-safe hash map implemented in C++☆149Updated 2 years ago
- network library based on io_uring and C++20 coroutine☆109Updated 5 years ago
- C++标准库的轻量级拓展.☆70Updated 6 years ago
- better asio wrapper (++asio)☆40Updated 3 years ago
- lock free shared memory based high performance ring buffer☆26Updated 13 years ago
- Async GRPC with C++20 coroutine support☆75Updated 3 years ago
- A simple C++11 reflection/serialization framework.☆130Updated 9 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 10 years ago
- Coroutine library and toolkit for C++20☆39Updated last week
- a header only C++ LRU Cache template class (now with optional synchronization) that allows you to define key, value and optionally the Ma…☆41Updated 9 years ago
- CN-CppUserGroup-2019-1,lock-free queue demo☆93Updated 5 years ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- ☆19Updated 6 years ago
- A RAFT implementation to help build your RAFT service in 1 minute.☆69Updated 2 years ago
- Boost.Coroutine2☆135Updated 3 weeks ago
- Git mirror of the official (mercurial) repository of cpp-btree☆78Updated 11 years ago