python / python/pyperformance

Add rinohtype benchmark?

未关闭
#260 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

主要语言
Python
星标
1k
派生
203
平均合并
1 小时 20 分钟
30 天内合并 PR
2

描述

Do you think it would be interesting to add a rinohtype benchmark to pyperformance? rinohtype is a pure-Python (PDF) document renderer with a limited set of dependencies (unless you want to use it as a Sphinx builder, which pulls in many more).

Performance was my main worry when implementing rinohtype in Python. While rendering speed is acceptable, I think it is still much slower than TeX for example, so it can benefit from a faster CPython or PyPy. I haven't benchmarked recently, but last time I tested PyPy it managed to outperform CPython by 25%.

If you think it would be a worthwhile addition to the set of benchmarks, I can provide one.

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

首先查看 pyperformance 中现有基准测试的组织方式,以及基准测试贡献的运行方式。使用 rinohtype 作为建议的纯 Python PDF 渲染工作负载,然后验证该基准测试能够集成到套件中,并产生可重复的性能结果。

由索引模型根据 Issue 内容生成。

评估

技术栈
python
领域
performance
Issue 类型
功能
难度
3/5
预计耗时
1-2 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
38/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。