MagicStack / MagicStack/uvloop
[Feature Request] sendfile support
未关闭
还没有人认领这个 Issue。
- 主要语言
- Cython
- 星标
- 11.9k
- 派生
- 615
- PR 合并指标
- 30 天内没有已合并 PR
描述
- uvloop version: 0.17.0
- Python version: 3.11.4
- Platform: arm64
- Can you reproduce the bug with
PYTHONASYNCIODEBUGin env?: (missing feature, not a bug) - Does uvloop behave differently from vanilla asyncio? How?: No sendfile support
It would be awesome to be able to use sendfile with uvloop
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先,将 uvloop 的事件循环和传输行为与 vanilla asyncio 的 sendfile 支持进行比较,因为 issue 报告称 uvloop 缺少该支持。在确定相关入口点之前,先定义受支持的行为和平台范围;当 uvloop 提供与 asyncio 一致的 sendfile 行为,并且相应行为得到验证时,即视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- backend, networking
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 25/100