alibaba / alibaba/code-data-share-for-python
Optimize archive structure
未关闭
- 主要语言
- C
- 星标
- 46
- 派生
- 6
- PR 合并指标
- 30 天内没有已合并 PR
描述
We want to improve both security and performance by optimizing data structure of archive file,
this includes:
- [ ] Sanity check based on checksum and/or some magic number
- [ ] Use array instead of linked list for better cache behavior
贡献指南
这个仓库没有索引到贡献指南
调研方向
首先定位归档格式的实现和当前的链表数据结构。定义校验和或魔数验证,并将基于数组的布局与现有结构进行比较;完成的标准是归档已通过合理性检查,且修改后的布局改善了缓存行为,同时不损害安全性。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- c
- 领域
- performance, security
- Issue 类型
- 重构
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100