No description
This repository has been archived on 2026-06-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • C 75.6%
  • Shell 24.4%
Find a file
2023-08-14 08:32:18 +00:00
kernel6 init 2023-07-26 17:20:04 +08:00
log init 2023-07-26 17:20:04 +08:00
script init 2023-07-26 17:20:04 +08:00
test init 2023-07-26 17:20:04 +08:00
文档 重新挂机测了多组 uintr-event 与 eventfd 非阻塞的对比数据 整体快了 4%-6% 2023-08-14 08:32:18 +00:00
资料 init 2023-07-26 17:20:04 +08:00
README.md 更新 readme 2023-07-26 17:40:19 +08:00

uintr-event

项目描述

尝试使用 uintr 改进 eventfd+epoll,降低读者写者问题中,读者挂起后唤醒的延迟.

项目结构

  • 文档/ 项目文档
  • 资料/ 参考资料
  • kernel6 uintr linux kernel 的 poc_v2 分支代码阅读记录
  • log 部分排查问题的日志
  • script 构建 qemu 文件系统部分脚本
  • test 性能测试代码

相关仓库

重要文档