Files
kernel_new_features/README.md
2022-01-17 20:37:50 +08:00

19 lines
502 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 🔰 整理 Linux 内核的新功能特性io_uring, cgroup, ebpf, llvm, kvm, ceph, fuse的开源项目代码案例文章视频架构脑图
## io_uring
### [io_uring](https://en.wikipedia.org/wiki/Io_uring) 是 2019 年 Linux 5.1 内核首次引入的高性能 异步 I/O 框架,能显著加速 I/O 密集型应用的性能。
### 官方文档:[io_uring](https://github.com/0voice/kernel_new_features/blob/main/io_uring.pdf)
## cgroup
## ebpf
## llvm
## kvm
## ceph
## fuse