This website requires JavaScript.
Explore
Help
Register
Sign In
kernel
/
kernel_new_features
Watch
1
Star
0
Fork
0
You've already forked kernel_new_features
mirror of
https://github.com/0voice/kernel_new_features.git
synced
2026-02-03 10:34:08 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
16
Commits
1
Branch
0
Tags
25e092e4b6757e43b6360ea96d692fcd3129fd8d
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
wenchao1024
25e092e4b6
Create 示例程序:提交队列轮询.c
2022-01-17 21:20:26 +08:00
io_uring
Create 示例程序:提交队列轮询.c
2022-01-17 21:20:26 +08:00
io_uring.pdf
Add files via upload
2022-01-17 20:37:02 +08:00
README.md
Update README.md
2022-01-17 21:08:09 +08:00
README.md
Unescape
Escape
🔰
深挖 Linux 内核的新功能特性,以 io_uring, cgroup, ebpf, llvm, kvm, ceph, fuse 为代表,包含开源项目,代码案例,文章,视频,架构脑图等
🔥
io_uring
—— 2019 年 Linux 5.1 内核首次引入的高性能 异步 I/O 框架,能显著加速 I/O 密集型应用的性能。
文档
官方文档:
Efficient I/O with io_uring
开源项目
axboe/liburing
: 这是 io_uring 库
,
liburing。liburing 为设置和拆掉 io_uring 实例,还有一个简化的接口不需要(或不想)处理完整内核的应用程序边执行。
cgroup
ebpf
llvm
kvm
ceph
fuse
Reference in New Issue
View Git Blame
Copy Permalink
Description
一个深挖 Linux 内核的新功能特性,以 io_uring, cgroup, ebpf, llvm 为代表,包含开源项目,代码案例,文章,视频,架构脑图等
ceph
ebpf
fuse
iouring
kvm
linux-kernel
Readme
74
MiB
Languages
C
100%