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
31
Commits
1
Branch
0
Tags
ccf0f0e02b68e3f9a84a94b154ed5103e3dcf09a
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
ccf0f0e02b
Create [译] Linux 异步 I_O 框架 io_uring:基本原理、程序示例与性能压测(2020).md
2022-01-18 20:36:30 +08:00
io_uring
Create [译] Linux 异步 I_O 框架 io_uring:基本原理、程序示例与性能压测(2020).md
2022-01-18 20:36:30 +08:00
io_uring.pdf
Add files via upload
2022-01-17 20:37:02 +08:00
README.md
Update README.md
2022-01-18 20:29:57 +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
其他文档:
Improved Storage Performance Using the New Linux Kernel I.O Interface
I/O-uring speed the RocksDB & TiKV
The Evolution of File Descriptor Monitoring in Linux
io_uring-BPF
Enabling Financial-Grade Secure Infrastructure with Confidential Computing
Boosting Compaction in B-Tree Based Key-Value Store by Exploiting Parallel Reads in Flash SSDs
Programming Emerging Storage Interfaces
I/O is faster than the OS
StefanMetzmacher_sambaxp2021_multichannel_io-uring-rev0-presentation
I/O Stack
io_uring-徐浩-阿里云
开源项目
axboe/liburing
: 这是 io_uring 库
,
liburing。liburing 为设置和拆掉 io_uring 实例,还有一个简化的接口不需要(或不想)处理完整内核的应用程序边执行。
shuveb/io_uring-by-example
: 一个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%