Update README.md

This commit is contained in:
wenchao1024
2022-01-17 21:25:02 +08:00
committed by GitHub
parent 25e092e4b6
commit 4c214c104e

View File

@@ -13,6 +13,7 @@
- 官方文档: [Efficient I/O with io_uring](https://github.com/0voice/kernel_new_features/blob/main/io_uring.pdf)
### 开源项目
- [axboe/liburing](https://github.com/axboe/liburing): 这是 io_uring 库liburing。liburing 为设置和拆掉 io_uring 实例,还有一个简化的接口不需要(或不想)处理完整内核的应用程序边执行。
- [shuveb/io_uring-by-example](https://github.com/shuveb/io_uring-by-example): 一个io_uring 示例的库
## cgroup