Codesire-Deng / liburingcxxLinks
A C++ implementation of axboe/liburing
☆15Updated last year
Alternatives and similar repositories for liburingcxx
Users that are interested in liburingcxx are comparing it to the libraries listed below
Sorting:
- 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 c…☆13Updated 3 years ago
- Coroutine library and toolkit for C++20☆39Updated this week
- Combine `asio` with `std::execution`.☆26Updated 3 weeks ago
- 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
- Coroutine based asynchronous IO using poll and io_uring for C++20☆14Updated 2 weeks ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆328Updated last year
- C++20 template metaprogramming, stateful template metaprogramming and concurrent workflow adaptation library☆27Updated last year
- CES - Coroutines, Epoll and Sockets☆44Updated 2 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- Async GRPC with C++20 coroutine support☆75Updated 3 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
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- Async (co_await/co_return) code for c++. This is a base library providing building blocks.☆95Updated 3 months ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.