rzbdz / libcoringLinks
libcoring is a C++ network library in Proactor, and it is based on the new io_uring syscall of linux and coroutine in C++ 20. It's stop currently. We will try to bring sender-receiver model to it in the future.
☆13Updated 3 years ago
Alternatives and similar repositories for libcoring
Users that are interested in libcoring are comparing it to the libraries listed below
Sorting:
- CES - Coroutines, Epoll and Sockets☆44Updated 2 years ago
- Coroutine library and toolkit for C++20☆39Updated last month
- Combine `asio` with `std::execution`.☆23Updated 5 months ago
- Go-like channels for ASIO C++20 coroutines☆39Updated last year
- A single-header scheduler aware C++ oneshot channel☆19Updated 8 months ago
- C++20 template metaprogramming, stateful template metaprogramming and concurrent workflow adaptation library☆27Updated last year
- network library based on io_uring and C++20 coroutine☆107Updated 5 years ago
- A c++ function closure implementation. It integrates the std::function and std::bind, and even more powerful.☆53Updated 2 years ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆319Updated last year
- ioCoro is an async-IO service framework based on cpp20Coroutine☆76Updated last year
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆155Updated last month
- 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
- A C++ implementation of axboe/liburing☆14Updated last year
- redis-cpp is a header-only library in C++17 for Redis (and C++11 backport)☆132Updated 9 months ago
- C++ utilities☆55Updated 4 months ago
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆198Updated last year
- Async GRPC with C++20 coroutine support☆74Updated 2 years ago
- An async redis client designed for performance and scalability☆261Updated this week
- High performance HTTP server built on C++20 coroutines and io_uring☆166Updated last year
- std::future extension☆37Updated 4 years ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆67Updated 11 months ago
- Object pool implementation in C++11☆100Updated 4 years ago
- async io-uring based kernel io library☆32Updated 4 years ago
- Boost.org intrusive module☆59Updated last week
- There is my code snippet.☆118Updated 11 months ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆185Updated 5 years ago
- An asynchronous msgpack-RPC and JSON-RPC library built on top of Boost.Asio.☆153Updated 5 months ago
- Async (co_await/co_return) code for c++. This is a base library providing building blocks.☆90Updated last month