dragonquest / cpp-channelsLinks
C++ Channels & WaitGroup inspired by the Go Programming Language
☆18Updated 4 years ago
Alternatives and similar repositories for cpp-channels
Users that are interested in cpp-channels are comparing it to the libraries listed below
Sorting:
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 4 months ago
- A header-only C++17 library implementing a simple concurent lock-free memory pool☆25Updated 4 years ago
- async io-uring based kernel io library☆31Updated 4 years ago
- Latency collector as an embedded library for C++☆13Updated 6 years ago
- Smart queue that executes tasks in threadpool-like manner☆40Updated last year
- A concurrency toolbox for c++11, including a cached thread pool executor, a shared timed mutex, a fair semaphore and several other utilit…☆16Updated 8 years ago
- 从boost.context库提取的fcontext☆12Updated 2 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 3 months ago
- Coroutine library and toolkit for C++20☆38Updated 2 months ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- C++ implementation of the Go (GoLang) Channel and Select structure☆66Updated 3 years ago
- Implementation of std::future from the C++ Concurrency TS☆30Updated 2 years ago
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆40Updated 4 years ago
- A C++20 coroutine library based off asyncio☆25Updated 2 years ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- A C11 implementation of D. Vyukov MPSC queue☆28Updated last year
- C++ embedded memory database☆16Updated 2 years ago
- Repository with examples for the C++20 Coroutines video and article.☆29Updated 10 months ago
- Concurrent Hash Table☆27Updated last month
- Ultra light-weight endian utility for C++11 (header only)☆25Updated 6 years ago
- C++ framework for rapid server development☆77Updated last year
- A general property customisation mechanism☆15Updated 5 years ago
- Result<T, E> for Modern C++☆34Updated 5 years ago
- A RAFT implementation to help build your RAFT service in 1 minute.☆67Updated 2 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- a modern c++17 high performance, cross-platform distributed mq☆24Updated 5 years ago
- Provides run-time tuple element access☆14Updated 4 years ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆19Updated 3 years ago
- 基于folly、wangle和proxygen的c++11基础库☆10Updated 7 years ago