Skip to content

Conversation

@SigureMo
Copy link
Member

@SigureMo SigureMo commented Sep 19, 2024

动机

biliass rustify 计划

解决方案

本 PR 使用 bind 的 Comment 替换 NamedTuple Comment,以便后续重构,本 PR 会引起部分性能回归(20s -> 46s),相比于不可变对象 tuple,bind 的对象有一部分转换开销,特别是访问属性时,但后续完全移到 rust 后会消除这一部分开销

类型

  • ✨ feat: 添加新功能
  • 🐛 fix: 修复 bug
  • 📝 docs: 对文档进行修改
  • ♻️ refactor: 代码重构(既不是新增功能,也不是修改 bug 的代码变动)
  • ⚡ perf: 提高性能的代码修改
  • 🧑‍💻 dx: 优化开发体验
  • 🔨 workflow: 工作流变动
  • 🏷️ types: 类型声明修改
  • 🚧 wip: 工作正在进行中
  • ✅ test: 测试用例添加及修改
  • 🔨 build: 影响构建系统或外部依赖关系的更改
  • 👷 ci: 更改 CI 配置文件和脚本
  • ❓ chore: 其它不涉及源码以及测试的修改
  • ⬆️ deps: 依赖项修改
  • 🔖 release: 发布新版本

@SigureMo SigureMo changed the title ♻️ refactor: use rust binding comment struct ♻️ refactor: use rust binding Comment struct Sep 19, 2024
@SigureMo SigureMo merged commit 32c1ea4 into main Sep 19, 2024
29 checks passed
@SigureMo SigureMo deleted the use-rust-binding-comment-struct branch September 19, 2024 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

No open projects
Status: No status

Development

Successfully merging this pull request may close these issues.

2 participants