#io-uring (10 Repositories)
Ranked open-source repositories tagged with #io-uring, scored by pull request acceptance likelihood and maintainer engagement velocity.
36.7%
62.3h
10 repositories tagged #io-uring
RustedBytes/rsloop
An event loop for asyncio written in Rust
lalinsky/zio
Async I/O framework for Zig
tardy-org/tardy
An asynchronous runtime for writing applications and services. Supports io_uring, epoll, kqueue, and poll for I/O.
YoSTEALTH/Liburing
Liburing is Python + Zig wrapper around C Liburing, which is a helper to setup and tear-down io_uring instances.
mitchellh/libxev
libxev is a cross-platform, high-performance event loop that provides abstractions for non-blocking IO, timers, events, and more and works on Linux (io_uring or epoll), macOS (kqueue), and Wasm + WASI. Available as both a Zig and C API.
saltzm/async_io_uring
An event loop in Zig using io_uring and coroutines
Cloudef/zig-aio
io_uring like asynchronous API and coroutine powered IO tasks for zig
frevib/io_uring-echo-server
io_uring echo server
tonbo-io/fusio
Fusio provides file operations on multiple storages across various async runtimes.
bearcove/loona
HTTP 1+2 in Rust, with io_uring & ktls