liburing topic

List liburing repositories

xynet

100
Stars
14
Forks
Watchers

network library based on io_uring and C++20 coroutine

couring

41
Stars
3
Forks
Watchers

C++20 Coroutines and io_uring

python-c-io_uring-example

27
Stars
0
Forks
Watchers

Using io_uring Linux Kernel interface from Python by JITing C code with MetaCall.

Liburing

96
Stars
3
Forks
Watchers

Liburing is Python + Cython wrapper around C Liburing, which is a helper to setup and tear-down io_uring instances.

ucall

1.1k
Stars
38
Forks
Watchers

Remote Procedure Calls - 50x lower latency and 70x higher bandwidth than FastAPI, implementing JSON-RPC & 🔜 REST over io_uring and SIMDJSON ☎️

PanamaUring

64
Stars
10
Forks
Watchers

使用panama api为java提供io_uring的绑定而无需使用jni绑定,同时统一文件IO和网络IO的模型,提供一套易用的异步IO API

uring_file

28
Stars
5
Forks
Watchers

Asynchronous file I/O with io_uring and asyncio