`static-alloc`: Implement a speedy version of `alloc_zeroed`
- 主要语言
- Rust
- 星标
- 62
- 派生
- 11
- 平均合并
- 3 小时 45 分钟
- 30 天内合并 PR
- 5
描述
In a special case, when the original constructor was `zeroed`, then the function does not need to perform its own zeroing of memory. This is helped by the fact that there is no reset function.
This could be implemented by a simple `bool` attribute containing the information on whether all of its remaining memory is zeroed.
贡献指南
这个仓库没有索引到贡献指南
调研方向
Look at the `static-alloc` crate's source, particularly the `alloc_zeroed` function and the data structures that track memory state. The issue suggests adding a boolean attribute to track if remaining memory is already zeroed. Start by understanding how memory allocation and zeroing currently work, then modify the relevant struct and the `alloc_zeroed` implementation to skip zeroing when appropriate. Run existing tests to ensure correctness.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- rust
- 领域
- backend
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100