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
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 simple liburing based web server
A coöperative multitasking framework based on `liburing` and `libucontext`
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.
Simple web server built using the event_manager repo
Simple event manager using liburing