Web Serving and Remote Procedure Calls at 50x lower latency and 70x higher bandwidth than FastAPI, implementing JSON-RPC & REST over io_uring ☎️
network library based on io_uring and C++20 coroutine
使用panama api为java提供io_uring的绑定而无需使用jni绑定,同时统一文件IO和网络IO的模型,提供一套易用的异步IO API
a course to help you learn C++20 coroutine and liburing
Order matching engine
A HTTP server demo which has used io_uring or epoll to do io operation. This project also include a stress test to compare io_uring and epoll. The test use jmeter to help.
A coöperative multitasking framework based on `liburing` and `libucontext`
A simple liburing based web server
An easy-use coroutine lib implement by C++ coroutine and liburing
C++ port of io_uring based minimal http server - For learning Purpose
Using io_uring Linux Kernel interface from NodeJS by JITing C code with MetaCall.