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:
- Combine `asio` with `std::execution`.☆28Updated last month
- Coroutine library and toolkit for C++20☆39Updated last week
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- Go-like channels for ASIO C++20 coroutines☆42Updated last year
- network library based on io_uring and C++20 coroutine☆109Updated 5 years ago
- async io-uring based kernel io library☆33Updated 4 years ago
- CES - Coroutines, Epoll and Sockets☆44Updated 2 years ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆71Updated 2 weeks ago
- Boost.org unordered module☆86Updated last week
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆332Updated last year
- A c++ function closure implementation. It integrates the std::function and std::bind, and even more powerful.☆54Updated 2 years ago
- C++ utilities☆55Updated 8 months ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆217Updated 2 years ago
- Coroutine based asynchronous IO using poll and io_uring for C++20☆15Updated last month
- C++20 template metaprogramming, stateful template metaprogramming and concurrent workflow adaptation library☆27Updated last year
- A single-header scheduler aware C++ oneshot channel☆20Updated 11 months ago
- Async (co_await/co_return) code for c++. This is a base library providing building blocks.☆98Updated 4 months ago
- A C++ implementation of axboe/liburing☆15Updated last year
- C++20 Coroutines and io_uring☆53Updated 3 years ago
- Boost.org intrusive module☆62Updated last week
- Boost.Scope, a collection of scope guard utilities.☆17Updated last week
- Implementation of the networking proposal P2762☆69Updated 2 months ago
- A C++14 reflection library☆78Updated this week
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆43Updated 4 months ago
- ☆22Updated last month
- The Fancy Named Parameters Library☆36Updated last month
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆158Updated 5 months ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆30Updated last year
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆68Updated 3 weeks 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