`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