An open API service indexing awesome lists of open source software.

https://github.com/chux0519/io_uring_example


https://github.com/chux0519/io_uring_example

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# io_uring examples

## prepare

- kernel version >= 5.1
- build liburing first
- cd liburing
- ./configure
- make && make install

## cat

> gcc cat.c/cat_uring.c
>
> gcc cat_liburing.c -luring