liburing
There are 23 repositories under liburing topic.
unum-cloud/ucall
Web Serving and Remote Procedure Calls at 50x lower latency and 70x higher bandwidth than FastAPI, implementing JSON-RPC & REST over io_uring ☎️
YoSTEALTH/Liburing
Liburing is Python + Cython wrapper around C Liburing, which is a helper to setup and tear-down io_uring instances.
xuanyi-fu/xynet
network library based on io_uring and C++20 coroutine
dreamlike-ocean/PanamaUring
使用panama api为java提供io_uring的绑定而无需使用jni绑定,同时统一文件IO和网络IO的模型,提供一套易用的异步IO API
pabloariasal/couring
C++20 Coroutines and io_uring
metacall/python-c-io_uring-example
Using io_uring Linux Kernel interface from Python by JITing C code with MetaCall.
qweeze/uring_file
Asynchronous file I/O with io_uring and asyncio
YoSTEALTH/Shakti
Shakti will be providing developers with fast & powerful yet easy to use Python Async Interface, without the complexity of using Liburing & io_uring directly.
chen622/uring-server
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.
dsirotkin256/matching-cpp
Order matching engine
pallas/ioucontext
A coöperative multitasking framework based on `liburing` and `libucontext`
aliabbas299792/web_server
A simple liburing based web server
mike96265/py_io_uring
Python wrapper for liburing interface
rlapz/terpal
A simple p2p implementation
aliabbas299792/radio
A simple web based radio
CharlieTap/koru
Kotlin Native liburing bindings
jomonjohnn/zerohttpd
C++ port of io_uring based minimal http server - For learning Purpose
aliabbas299792/event_manager
Simple event manager using liburing
aliabbas299792/network_server
Simple web server built using the event_manager repo
metacall/nodejs-c-io_uring-example
Using io_uring Linux Kernel interface from NodeJS by JITing C code with MetaCall.
gg7/liburing
Clone of http://git.kernel.dk/cgit/liburing/
Robert-ML/linux-io_uring-server
Asynchronous Linux web server using the io_uring async IO API
xyderos/event-based-communication
Some examples on asynchronous IO and event based communication based on epoll, libevent and liburing